summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/show/_context.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/merge_requests/show/_context.html.haml')
-rw-r--r--app/views/projects/merge_requests/show/_context.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show/_context.html.haml b/app/views/projects/merge_requests/show/_context.html.haml
index 105562fb05e..eb80391ebcd 100644
--- a/app/views/projects/merge_requests/show/_context.html.haml
+++ b/app/views/projects/merge_requests/show/_context.html.haml
@@ -34,7 +34,7 @@
.issuable-context-title
%label
Subscription:
- %button.btn.btn-block.subscribe-button
+ %button.btn.btn-block.subscribe-button{:type => 'button'}
%i.fa.fa-eye
%span= @merge_request.subscribed?(current_user) ? "Unsubscribe" : "Subscribe"
- subscribtion_status = @merge_request.subscribed?(current_user) ? "subscribed" : "unsubscribed"