Commit ff16ee63 authored by Douwe Maan's avatar Douwe Maan

Revert "Fix "Notifications" label color"

This reverts commit e4e1777a.
parent f4c94e1f
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment