Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-02-06 10:22:05 +0300
committerEric Eastwood <contact@ericeastwood.com>2018-02-06 10:22:05 +0300
commit5f3270104b1ab8ba9cc1f84a85182ca56007e5e8 (patch)
treee6c2d71ff8b8c10b4a6830b9af6d202b52c88cb8 /layouts
parent686541411e8a7c37b2c8745ebb8bc4543f59e815 (diff)
Move TOC below breadcrumbs on mobile v2
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 6387b09a..f43c1213 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -4,8 +4,6 @@
<body>
<%= render '/header.*' %>
<div class=wrapper>
- <div id="doc-nav" class="doc-nav">
- </div>
<div class="main class">
<% if @config[:breadcrumbs] %>
<% ancestor_array = ancestor_path_array(@item) unless ancestor_path_array(@item).empty? %>
@@ -18,6 +16,8 @@
</ul>
<% end %>
<% end %>
+ <div id="doc-nav" class="doc-nav">
+ </div>
<% if @item[:title] %>
<h1 class="article-title">
<%= @item[:title] %>