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

_notifications.html.haml « sidebar « components « boards « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b989c23cab468bea25a7af3423ea12db3116d1c (plain)
1
2
3
4
5
6
7
- if current_user
  .block.light.subscription{ ":data-url" => "'#{build_issue_link_base}/' + issue.iid + '/toggle_subscription'" }
    %span.issuable-header-text.hide-collapsed.pull-left
      Notifications
    %button.btn.btn-default.pull-right.js-subscribe-button.issuable-subscribe-button.hide-collapsed{ type: "button" }
      %span
        {{issue.subscribed ? 'Unsubscribe' : 'Subscribe'}}