2019-10-12 21:52:04 +05:30
|
|
|
- emails_disabled = project.emails_disabled?
|
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
%li.notification-list-item
|
|
|
|
%span.notification.fa.fa-holder.append-right-5
|
2019-10-12 21:52:04 +05:30
|
|
|
= notification_icon(notification_icon_level(setting, emails_disabled))
|
2016-06-02 11:05:42 +05:30
|
|
|
|
|
|
|
%span.str-truncated
|
|
|
|
= link_to_project(project)
|
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
.float-right
|
2019-10-12 21:52:04 +05:30
|
|
|
= render 'shared/notifications/button', notification_setting: setting, emails_disabled: emails_disabled
|