Skip to content

Commit

Permalink
Revert "Use regularly colored button for "Subscribe"/"Unsubscribe""
Browse files Browse the repository at this point in the history
This reverts commit c1db8d1.
  • Loading branch information
Douwe Maan committed Dec 16, 2015
1 parent c1db8d1 commit f4c94e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/issuable/_sidebar.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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 )}
Expand Down

0 comments on commit f4c94e1

Please sign in to comment.