summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-07-14 18:02:50 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-07-14 18:02:50 -0500
commit2231116ed72eb5c6ce6bc1c838724ed0ee199831 (patch)
treec788ce20ff271bf298ff078bd7e472055c5bf467
parent7ab4f2ad3cc5b9bb394d578e3f6069cdff06f1ee (diff)
downloadgitlab-ce-4424-improve-ui-admin-area.tar.gz
Add visibility icon4424-improve-ui-admin-area
-rw-r--r--app/views/admin/groups/_group.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/groups/_group.html.haml b/app/views/admin/groups/_group.html.haml
index f6c76302da5..77a11e49e20 100644
--- a/app/views/admin/groups/_group.html.haml
+++ b/app/views/admin/groups/_group.html.haml
@@ -13,6 +13,9 @@
= icon('users')
= number_with_delimiter(group.users.count)
+ %span.visibility-icon.has-tooltip{data: { container: 'body', placement: 'left' }, title: visibility_icon_description(group)}
+ = visibility_level_icon(group.visibility_level, fw: false)
+
= image_tag group_icon(group), class: "avatar s40 hidden-xs"
.title
= link_to [:admin, group], class: 'group-name' do