Commit e4e1777a authored by Douwe Maan's avatar Douwe Maan

Fix "Notifications" label color

parent 297398ea
......@@ -68,7 +68,7 @@
- subscribed = issuable.subscribed?(current_user)
.block.light
.title
%label.light Notifications
%label 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