From 92e183542fe0e13930220ba3bbf67b9197cfc026 Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Tue, 21 Jun 2016 16:50:13 -0300 Subject: Insert notification settings dropdown into groups --- app/views/groups/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views/groups') diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 85635bc4616..ffcf8ca5dc0 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -15,10 +15,13 @@ %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) + %div{ class: container_class } .top-area %ul.nav-links -- cgit v1.2.1