Commit 99eb96075dbfc87d401e544888dfe718711e0a84

Authored by Dmitriy Zaporozhets
1 parent fe514b17

You can setup per-group notification level

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/notifications/show.html.haml
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 %ul.well-list 42 %ul.well-list
43 - @users_groups.each do |users_group| 43 - @users_groups.each do |users_group|
44 - notification = Notification.new(users_group) 44 - notification = Notification.new(users_group)
45 - = render 'settings', type: 'project', membership: users_group, notification: notification 45 + = render 'settings', type: 'group', membership: users_group, notification: notification
46 46
47 %h5 Projects: 47 %h5 Projects:
48 %ul.well-list 48 %ul.well-list