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.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/default.html b/layouts/default.html
index b5684b6d..32b9859f 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -107,10 +107,8 @@
<script src="<%= @items['/frontend/default/mermaid.*'].path %>"></script>
<% end %>
- <% if production? %>
<%# Add analytics only in production %>
- <%= render '/analytics.*' %>
- <% end %>
+ <%= render '/analytics.*' %>
<% if @item.identifier.to_s == '/ee/update/deprecations.md' %>
<script src="<%= @items['/frontend/deprecations/deprecations.*'].path %>"></script>
<% end %>