Fix not displaying a slash after namespace.

fix #3969
This commit is contained in:
Sato Hiroyuki 2013-05-17 20:40:20 +00:00
parent 22d411e557
commit 70bdde4156
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
= link_to project_path(project), class: dom_class(project) do
- if project.namespace
= project.namespace.human_name
\/
%span= "/"
%strong
= truncate(project.name, length: 45)
.pull-right.light