summaryrefslogtreecommitdiff
path: root/app/views/shared/projects/_notification_dropdown.html.haml
blob: d7bea8b69fc8e38abf2a81db23d995a6d2c34123 (plain)
1
2
3
4
5
6
7
8
9
%ul.dropdown-menu.dropdown-menu-no-wrap.dropdown-menu-align-right.dropdown-menu-selectable.dropdown-menu-large{ role: "menu" }
  - NotificationSetting.levels.each do |level|
    - if level.first != "custom"
      = notification_list_item(level.first, @notification_setting)
  - unless @notification_setting.custom?
    %li.divider
    %li
      %a.update-notification{ href: "#", role: "button", data: { toggle: "modal", target: "#custom-notifications-modal", notification_level: "custom", notification_title: "Custom" } }
        Custom