2017-08-17 22:00:37 +05:30
|
|
|
- if current_user
|
2017-09-10 17:25:29 +05:30
|
|
|
.block.light.subscription{ ":data-url" => "'#{project_issues_path(@project)}/' + issue.id + '/toggle_subscription'" }
|
2017-08-17 22:00:37 +05:30
|
|
|
%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'}}
|