Commit abea7125266c3bd4199f28fff03914796867831c

Authored by Dmitriy Zaporozhets
2 parents c698bc7d 70bdde41

Merge pull request #3980 from hiroponz/fix-not-displaying-slash-of-namespace

Fix not displaying a slash after namespace.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/dashboard/projects.html.haml
... ... @@ -45,7 +45,7 @@
45 45 = link_to project_path(project), class: dom_class(project) do
46 46 - if project.namespace
47 47 = project.namespace.human_name
48   - \/
  48 + %span= "/"
49 49 %strong
50 50 = truncate(project.name, length: 45)
51 51 .pull-right.light
... ...