7 lines
403 B
Text
7 lines
403 B
Text
- if current_user
|
|
.block.light.subscription{ ":data-url" => "'#{project_issues_path(@project)}/' + issue.id + '/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'}}
|