gitlab-org--gitlab-foss/app/views/profiles/notifications/_project_settings.html.haml

13 lines
370 B
Text
Raw Normal View History

%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_project(project)
.pull-right
2016-06-17 11:38:49 -04:00
= render 'shared/notifications/button', notification_setting: setting