Commit 70bdde4156093dd6b78acc52a5d72c59a0b5153d
1 parent
22d411e5
Exists in
master
and in
4 other branches
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,7 +45,7 @@ | ||
45 | = link_to project_path(project), class: dom_class(project) do | 45 | = link_to project_path(project), class: dom_class(project) do |
46 | - if project.namespace | 46 | - if project.namespace |
47 | = project.namespace.human_name | 47 | = project.namespace.human_name |
48 | - \/ | 48 | + %span= "/" |
49 | %strong | 49 | %strong |
50 | = truncate(project.name, length: 45) | 50 | = truncate(project.name, length: 45) |
51 | .pull-right.light | 51 | .pull-right.light |