Commit fd6fc422 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'privacy_label' of https://github.com/skv-headless/gitlabhq into...

Merge branch 'privacy_label' of https://github.com/skv-headless/gitlabhq into skv-headless-privacy_label
parents 7458437e aff37adb
= 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