2016-03-29 12:59:03 -04:00
|
|
|
%li.notification-list-item
|
|
|
|
%span.notification.fa.fa-holder.append-right-5
|
|
|
|
- if setting.global?
|
2016-06-06 11:50:54 -04:00
|
|
|
= notification_icon(current_user.global_notification_setting.level)
|
2016-03-29 12:59:03 -04:00
|
|
|
- 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
|