mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 17:46:07 +10:00
Implement custom notification level options   part of #12758 See merge request !4389
13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
%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
|
|
= render 'shared/notifications/button', notification_setting: setting
|