From c1db8d15903117964274963b87fcc1893c4ee82c Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Tue, 15 Dec 2015 17:33:03 +0100 Subject: Use regularly colored button for "Subscribe"/"Unsubscribe" --- app/views/shared/issuable/_sidebar.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )} -- cgit v1.2.1