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: 6e81d585f2431131ad46debc8b3c9828486b0b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
- emails_disabled = project.emails_disabled?

%li.notification-list-item
  %span.notification.gl-mr-2
    = notification_icon(notification_icon_level(setting, emails_disabled))

  %span.str-truncated
    = link_to_project(project)

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