summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-16 16:23:31 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-16 16:23:31 +0100
commitff16ee63e64a34dd0f23909f64664726d108d918 (patch)
tree06270af435601ac894512dc4939b84e088044d98
parentf4c94e1fd6bc4c119a59dcea18c72382c7b229d2 (diff)
downloadgitlab-ce-ff16ee63e64a34dd0f23909f64664726d108d918.tar.gz
Revert "Fix "Notifications" label color"
This reverts commit e4e1777aa5e465663e8caf1696d67a0567dd6bc6.
-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..79c5cc7f40a 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -68,7 +68,7 @@
- subscribed = issuable.subscribed?(current_user)
.block.light
.title
- %label Notifications
+ %label.light Notifications
- subscribtion_status = subscribed ? 'subscribed' : 'unsubscribed'
%button.btn.btn-block.btn-gray.subscribe-button{:type => 'button'}
%span= subscribed ? 'Unsubscribe' : 'Subscribe'