Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_project_settings.html.haml « notifications « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 955449f0ba1e00bb85d4dc2794a51cea60b928a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- emails_disabled = project.emails_disabled?

.notification-list-item.gl-md-display-flex.gl-justify-content-space-between.gl-align-items-center.gl-px-3.gl-py-4
  .gl-mb-2.gl-md-mb-0
    %span.gl-mr-2
      = notification_icon(notification_icon_level(setting, emails_disabled))

    %span
      = link_to_project(project)

  .gl-display-flex.gl-gap-3.gl-flex-wrap
    - 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" } }