summaryrefslogtreecommitdiff
path: root/app/views/profiles/notifications/_project_settings.html.haml
blob: 823fec3fab405f8450b79f636b487fd7015ed569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%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)

  .float-right
    = render 'shared/notifications/button', notification_setting: setting