debian-mirror-gitlab/app/views/profiles/notifications/_project_settings.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
513 B
Text
Raw Normal View History

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
2020-11-24 15:15:51 +05:30
%span.notification.gl-mr-2
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
2021-04-17 20:07:23 +05:30
- if setting
.js-vue-notification-dropdown{ data: { disabled: emails_disabled.to_s, dropdown_items: notification_dropdown_items(setting).to_json, notification_level: setting.level, project_id: project.id, container_class: 'gl-mr-3', show_label: "true" } }