2019-08-17 01:56:48 -04:00
|
|
|
- emails_disabled = project.emails_disabled?
|
|
|
|
|
2016-03-29 12:59:03 -04:00
|
|
|
%li.notification-list-item
|
|
|
|
%span.notification.fa.fa-holder.append-right-5
|
2019-08-17 01:56:48 -04:00
|
|
|
= notification_icon(notification_icon_level(setting, emails_disabled))
|
2016-03-29 12:59:03 -04:00
|
|
|
|
|
|
|
%span.str-truncated
|
|
|
|
= link_to_project(project)
|
|
|
|
|
2018-04-09 13:42:45 -04:00
|
|
|
.float-right
|
2019-08-17 01:56:48 -04:00
|
|
|
= render 'shared/notifications/button', notification_setting: setting, emails_disabled: emails_disabled
|