Skip to content
Snippets Groups Projects
Commit 70bdde41 authored by Sato Hiroyuki's avatar Sato Hiroyuki
Browse files

Fix not displaying a slash after namespace.

fix #3969
parent 22d411e5
No related branches found
No related tags found
1 merge request!3980Fix not displaying a slash after namespace.
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment