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/404.html')
-rw-r--r--layouts/404.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 525641a4..65a37734 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -13,16 +13,14 @@
<div class="col-12">
<%= yield %>
<%= render '/footer.*' %>
+ </div>
</div>
- </div>
- </section>
+ </section>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous"></script>
<script src="<%= @items['/frontend/404/404.*'].path %>"></script>
<%= render '/docsearch.*' %>
- <% if production? %>
<%# Add analytics only in production %>
- <%= render '/analytics.*' %>
- <% end %>
+ <%= render '/analytics.*' %>
</body>
</html>