summaryrefslogtreecommitdiff
path: root/app/views/layouts/_page.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 08:57:41 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 12:25:24 -0600
commit60db4d3a512cb87fe137a4333df5d6bfedcaeae5 (patch)
tree383d2eff6e6e386fe7f9017df829983dd579c556 /app/views/layouts/_page.html.haml
parent668dfa02329a94cdf5f811ef3eca1ba5389066bc (diff)
downloadgitlab-ce-60db4d3a512cb87fe137a4333df5d6bfedcaeae5.tar.gz
Refactor project stats & last_commit CSS; left align main nav items
Diffstat (limited to 'app/views/layouts/_page.html.haml')
-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 a35a918d501..1717ed6b365 100644
--- a/app/views/layouts/_page.html.haml
+++ b/app/views/layouts/_page.html.haml
@@ -1,7 +1,7 @@
.page-with-sidebar{ class: page_gutter_class }
- if defined?(nav) && nav
.layout-nav
- .container-fluid
+ %div{ class: container_class }
= render "layouts/nav/#{nav}"
.content-wrapper{ class: "#{layout_nav_class}" }
= yield :sub_nav