debian-mirror-gitlab/app/views/profiles/notifications/_group_settings.html.haml

13 lines
384 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
%li.notification-list-item
%span.notification.fa.fa-holder.append-right-5
- if setting.global?
= notification_icon(current_user.global_notification_setting.level)
2016-06-02 11:05:42 +05:30
- else
= notification_icon(setting.level)
%span.str-truncated
= link_to group.name, group_path(group)
2018-11-08 19:23:39 +05:30
.float-right
2016-06-22 15:30:34 +05:30
= render 'shared/notifications/button', notification_setting: setting