Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3969

Closed
Open
Created May 16, 2013 by Administrator@rootOwner

The slash (/) for a Namespace does not render on the Dashboard/Projects page (In Chrome)

Created by: lloydkevin

Narrowed down the code to: /app/views/dashboard/projects.html.haml

In my case, I get the following HTML rendered:

<li class='clearfix'>
<div class='clearfix'>
<h5>
<a href="/services/sync-service" class="project">services
/
<strong>
sync-service
</strong>
</a><div class='pull-right light'>
<strong>Master</strong>
</div>
</h5>
</div>
<div class='clearfix'>
<div class='left'>
</div>
<div class='pull-right light'>
<small class='light'>
Last activity 2 minutes ago
</small>
</div>
</div>
</li>

Notice the "newline" after "services" before the "/".

Renders fine in IE 9.0 not in Chrome 26

Renders fine on Public Projects page: image

Not on Dashboard Projects page: image

Assignee
Assign to
Time tracking