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:
authorAchilleas Pipinellis <axil@gitlab.com>2020-08-20 14:40:34 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-08-20 14:40:34 +0300
commit57448091ce891154110ad51e418a82b26eb3921a (patch)
treec0d84fd4f9aaaefa1e016b637fab4a7f528f377e /layouts/default.html
parentcde1b70285c3d32af4a4fe4a4642a2a9951dd8d5 (diff)
parent374e2255ab85c889091afd2b96ff2f4445829fa6 (diff)
Merge branch 'survey-poc' into 'master'
Add survey banner Closes technical-writing#181 See merge request gitlab-org/gitlab-docs!1040
Diffstat (limited to 'layouts/default.html')
-rw-r--r--layouts/default.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 84e8d063..44b8ab83 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -19,6 +19,9 @@
<div id="js-nav-toggle"></div>
</div>
<div class="main class js-main-wrapper">
+ <div class="d-lg-block">
+ <%= render '/banner.*' %>
+ </div>
<div class="d-none d-lg-block">
<%= render '/breadcrumbs.*' %>
</div>