summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-16 16:23:18 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-16 16:23:18 +0100
commitf4c94e1fd6bc4c119a59dcea18c72382c7b229d2 (patch)
tree27bca5481dd40d4ccf8898de3403fa138bca9963
parentc1db8d15903117964274963b87fcc1893c4ee82c (diff)
downloadgitlab-ce-f4c94e1fd6bc4c119a59dcea18c72382c7b229d2.tar.gz
Revert "Use regularly colored button for "Subscribe"/"Unsubscribe""
This reverts commit c1db8d15903117964274963b87fcc1893c4ee82c.
-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 8c0ec3f5269..e5588e11b41 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.subscribe-button{:type => 'button'}
+ %button.btn.btn-block.btn-gray.subscribe-button{:type => 'button'}
%span= subscribed ? 'Unsubscribe' : 'Subscribe'
.subscription-status{data: {status: subscribtion_status}}
.unsubscribed{class: ( 'hidden' if subscribed )}