From 99eb96075dbfc87d401e544888dfe718711e0a84 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 21 Jun 2013 23:19:30 +0300 Subject: [PATCH] You can setup per-group notification level --- app/views/notifications/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/show.html.haml b/app/views/notifications/show.html.haml index f4ac482..0697470 100644 --- a/app/views/notifications/show.html.haml +++ b/app/views/notifications/show.html.haml @@ -42,7 +42,7 @@ %ul.well-list - @users_groups.each do |users_group| - notification = Notification.new(users_group) - = render 'settings', type: 'project', membership: users_group, notification: notification + = render 'settings', type: 'group', membership: users_group, notification: notification %h5 Projects: %ul.well-list -- libgit2 0.21.2