diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-16 13:17:27 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-16 13:19:01 -0600 |
commit | 7203826b54bb3944736057436fe8a13011801ecf (patch) | |
tree | 70b8845ed0c07303fa406001e6f92cc170b92bc0 /app/views/layouts | |
parent | 7308e2b961c2891f2ef9bbdf59f80021ebf58bd5 (diff) | |
download | gitlab-ce-7203826b54bb3944736057436fe8a13011801ecf.tar.gz |
Cache js selectors; fix css26200-convert-sidebar-to-dropdown
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/_page.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml index 5d227d1d52a..a35a918d501 100644 --- a/app/views/layouts/_page.html.haml +++ b/app/views/layouts/_page.html.haml @@ -1,4 +1,4 @@ -.page-with-sidebar{ class: "#{page_gutter_class}" } +.page-with-sidebar{ class: page_gutter_class } - if defined?(nav) && nav .layout-nav .container-fluid |