diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-01 21:42:42 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-01 21:42:42 +0200 |
commit | 8c1d414674d817d452c92b2fd95e722d52fc51fc (patch) | |
tree | f8c4fd830e61fba6c2740fcec30e36e659a0fbfb /app/views/profiles/notifications | |
parent | a379bd00dc92529b8ef72885342e90c6be9a2ec1 (diff) | |
download | gitlab-ce-8c1d414674d817d452c92b2fd95e722d52fc51fc.tar.gz |
Include tw bootstrap manually. Fix hide class
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/profiles/notifications')
-rw-r--r-- | app/views/profiles/notifications/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml index ea3511f5080..ecec8f7b384 100644 --- a/app/views/profiles/notifications/show.html.haml +++ b/app/views/profiles/notifications/show.html.haml @@ -43,7 +43,7 @@ %span.btn.btn-tiny %i.icon-chevron-down %span Advanced notifications settings -.js-toggle-visibility-container.gl-hide +.js-toggle-visibility-container.hide %hr %h4 Groups: %ul.bordered-list |