summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-06-21 16:50:13 -0300
committerFelipe Artur <felipefac@gmail.com>2016-06-22 10:44:20 -0300
commit8447c6b180297840d835a609d95808834f498d87 (patch)
tree4b8e34797e92c3dd5649218243d94c5278b61848 /app/views/groups
parentf82ab42d0534950c1ceb458e0152f329df80ae9d (diff)
downloadgitlab-ce-8447c6b180297840d835a609d95808834f498d87.tar.gz
Insert notification settings dropdown into groups
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 85635bc4616..2b60a2efb11 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -15,6 +15,8 @@
%span.visibility-icon.has-tooltip{ data: { container: 'body' }, title: visibility_icon_description(@group) }
= visibility_level_icon(@group.visibility_level, fw: false)
+ = render 'notifications/buttons/notifications', notification_setting: @notification_setting
+
- if @group.description.present?
.cover-desc.description
= markdown(@group.description, pipeline: :description)