Commit 70bdde4156093dd6b78acc52a5d72c59a0b5153d

Authored by Sato Hiroyuki
1 parent 22d411e5

Fix not displaying a slash after namespace.

fix #3969
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
... ...