summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-08 14:19:01 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-08 14:19:01 -0700
commit77c254f225c180e2ce56044acda45399cd357d2d (patch)
tree9209f47cd57baac0e20d5152785d1ea12a23f02c /app/views/layouts
parentb592005fa0db3c30142dcff85e067ce551b9f432 (diff)
downloadgitlab-ce-77c254f225c180e2ce56044acda45399cd357d2d.tar.gz
Rename page-with-sidebar to layout-pagenew-nav-tech-debt
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 226d665e33b..eba9cd253bb 100644
--- a/app/views/layouts/_page.html.haml
+++ b/app/views/layouts/_page.html.haml
@@ -1,4 +1,4 @@
-.page-with-sidebar{ class: page_with_sidebar_class }
+.layout-page{ class: page_with_sidebar_class }
- if defined?(nav) && nav
= render "layouts/nav/sidebar/#{nav}"
.content-wrapper