summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-16 13:17:27 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-16 13:19:01 -0600
commit7203826b54bb3944736057436fe8a13011801ecf (patch)
tree70b8845ed0c07303fa406001e6f92cc170b92bc0 /app/views/layouts
parent7308e2b961c2891f2ef9bbdf59f80021ebf58bd5 (diff)
downloadgitlab-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.haml2
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