debian-mirror-gitlab/app/views/profiles/notifications/_group_settings.html.haml
2018-11-08 19:23:39 +05:30

12 lines
384 B
Text

%li.notification-list-item
%span.notification.fa.fa-holder.append-right-5
- if setting.global?
= notification_icon(current_user.global_notification_setting.level)
- else
= notification_icon(setting.level)
%span.str-truncated
= link_to group.name, group_path(group)
.float-right
= render 'shared/notifications/button', notification_setting: setting