summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-15 17:33:03 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-15 17:33:03 +0100
commitc1db8d15903117964274963b87fcc1893c4ee82c (patch)
tree581e43863ab7965bc9080697210fb395c8c6c129
parente4e1777aa5e465663e8caf1696d67a0567dd6bc6 (diff)
downloadgitlab-ce-issuable-sidebar.tar.gz
Use regularly colored button for "Subscribe"/"Unsubscribe"issuable-sidebar
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index e5588e11b41..8c0ec3f5269 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -70,7 +70,7 @@
.title
%label Notifications
- subscribtion_status = subscribed ? 'subscribed' : 'unsubscribed'
- %button.btn.btn-block.btn-gray.subscribe-button{:type => 'button'}
+ %button.btn.btn-block.subscribe-button{:type => 'button'}
%span= subscribed ? 'Unsubscribe' : 'Subscribe'
.subscription-status{data: {status: subscribtion_status}}
.unsubscribed{class: ( 'hidden' if subscribed )}