diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-15 17:32:46 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-15 17:32:46 +0100 |
commit | e4e1777aa5e465663e8caf1696d67a0567dd6bc6 (patch) | |
tree | 27bca5481dd40d4ccf8898de3403fa138bca9963 | |
parent | 297398ea32c271987c72be3f6ee20ddfba94189e (diff) | |
download | gitlab-ce-e4e1777aa5e465663e8caf1696d67a0567dd6bc6.tar.gz |
Fix "Notifications" label color
-rw-r--r-- | app/views/shared/issuable/_sidebar.html.haml | 2 |
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 79c5cc7f40a..e5588e11b41 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.light Notifications + %label Notifications - subscribtion_status = subscribed ? 'subscribed' : 'unsubscribed' %button.btn.btn-block.btn-gray.subscribe-button{:type => 'button'} %span= subscribed ? 'Unsubscribe' : 'Subscribe' |