Commit 70bdde41 authored by Sato Hiroyuki's avatar Sato Hiroyuki

Fix not displaying a slash after namespace.

fix #3969
parent 22d411e5
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
= link_to project_path(project), class: dom_class(project) do = link_to project_path(project), class: dom_class(project) do
- if project.namespace - if project.namespace
= project.namespace.human_name = project.namespace.human_name
\/ %span= "/"
%strong %strong
= truncate(project.name, length: 45) = truncate(project.name, length: 45)
.pull-right.light .pull-right.light
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment