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:
Diffstat (limited to 'layouts/default.html')
-rw-r--r--layouts/default.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 5398b516..7179e7e4 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -29,11 +29,7 @@
</div>
<div class="row">
<div class="col">
- <% if @config[:show_banner] and production_and_default_branch? %>
- <div class="d-lg-block">
- <%= render '/banner.*' %>
- </div>
- <% end %>
+ <%= render '/banner.*' %>
</div>
</div>
<div class="row">