diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-14 14:06:33 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-14 14:06:33 +0100 |
commit | a2931a392a4a96ad6df00c98578c193b91e4027f (patch) | |
tree | bd24e052c6795db286a4c58bf3fe5d9ef5c74a95 /app/views | |
parent | f5e8667fc5fd7f650704e9507edad48c7fbdef79 (diff) | |
download | gitlab-ce-a2931a392a4a96ad6df00c98578c193b91e4027f.tar.gz |
Fixed style issuessubscribe-button-fix
Diffstat (limited to 'app/views')
-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 fe6e4128003..56c8eaa0597 100644 --- a/app/views/shared/issuable/_sidebar.html.haml +++ b/app/views/shared/issuable/_sidebar.html.haml @@ -128,7 +128,7 @@ .title.hide-collapsed Notifications - subscribtion_status = subscribed ? 'subscribed' : 'unsubscribed' - %button.btn.btn-block.btn-gray.js-subscribe-button.issuable-subscribe-button.hide-collapsed{:type => 'button'} + %button.btn.btn-block.btn-gray.js-subscribe-button.issuable-subscribe-button.hide-collapsed{ type: "button" } %span= subscribed ? 'Unsubscribe' : 'Subscribe' .subscription-status.hide-collapsed{data: {status: subscribtion_status}} .unsubscribed{class: ( 'hidden' if subscribed )} |