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-07-29 19:35:42 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-08-20 11:43:39 +0300
commit0b0ede1a3b85c2a9b6d9fee117695239d01c99a7 (patch)
tree200b7ccf766b09d331583466b368f079dd28bdc0 /layouts/default.html
parent7ca8164901bcf07e9c4a9ff4ce028cc93098ef66 (diff)
Add survey banner
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 ebe5fb4e..30402638 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -20,6 +20,9 @@
</div>
<div class="main class js-main-wrapper">
<div class="d-none d-lg-block">
+ <%= render '/banner.*' %>
+ </div>
+ <div class="d-none d-lg-block">
<%= render '/breadcrumbs.*' %>
</div>
<% if @item[:title] %>