summaryrefslogtreecommitdiff
path: root/app/views/projects/boards/components/sidebar/_notifications.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/boards/components/sidebar/_notifications.html.haml')
-rw-r--r--app/views/projects/boards/components/sidebar/_notifications.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/boards/components/sidebar/_notifications.html.haml b/app/views/projects/boards/components/sidebar/_notifications.html.haml
index 6de3873eb48..05fae35245e 100644
--- a/app/views/projects/boards/components/sidebar/_notifications.html.haml
+++ b/app/views/projects/boards/components/sidebar/_notifications.html.haml
@@ -2,6 +2,6 @@
.block.light.subscription{ ":data-url" => "'#{namespace_project_issues_path(@project.namespace, @project)}/' + issue.id + '/toggle_subscription'" }
%span.toggle-text.hide-collapsed.pull-left
Notifications
- %button.btn.toggle-button.pull-right.js-subscribe-button.issuable-subscribe-button.hide-collapsed{ type: "button" }
+ %a.btn.toggle-button.pull-right.js-subscribe-button.issuable-subscribe-button.hide-collapsed{ type: "button", href: "#" }
%span.subscription-label
{{issue.subscribed ? 'Unsubscribe' : 'Subscribe'}}