Commit aff37adb authored by skv's avatar skv

visibility level info in project tabs

parent c797493e
= link_to project_path(project), class: dom_class(project) do
= visibility_level_icon(project.visibility_level)
%span.namespace-name
- if project.namespace
= project.namespace.human_name
......
......@@ -12,6 +12,7 @@
- projects.each do |project|
%li.project-row
= link_to project_path(project), class: dom_class(project) do
= visibility_level_icon(project.visibility_level)
%span.project-name
= truncate(project.name, length: 25)
%span.arrow
......
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