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'