Commit abea7125266c3bd4199f28fff03914796867831c
Exists in
master
and in
4 other branches
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,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 |