Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskv <skv-headless@yandex.ru>2013-12-26 10:44:59 +0400
committerskv <skv-headless@yandex.ru>2013-12-26 10:44:59 +0400
commitaff37adb9ed1b721838c87c4227fca366428a438 (patch)
treec94b45cf8881f1fd84cf4a72cb6610bffb95cc2b /app/views/groups/_projects.html.haml
parentc797493e00bf3adf32beb0c0b1cee9d19974485f (diff)
visibility level info in project tabs
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index 16a3c60f660..4e1cfb70008 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -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