Commit 99eb9607 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

You can setup per-group notification level

parent fe514b17
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
%ul.well-list %ul.well-list
- @users_groups.each do |users_group| - @users_groups.each do |users_group|
- notification = Notification.new(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: %h5 Projects:
%ul.well-list %ul.well-list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment