Commit abea7125 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3980 from hiroponz/fix-not-displaying-slash-of-namespace

Fix not displaying a slash after namespace.
parents c698bc7d 70bdde41
......@@ -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
......
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