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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-06-02 04:12:22 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-06-02 04:12:22 +0300
commitdf6ecd50228d3354fd59354b17e85718dcd44c8b (patch)
tree912c08a46ae2fc0dcbec4c7105c15cc717fdbb96 /layouts/default.html
parent2ae651bfe31d4b9c366528fc93b9963c56bf270c (diff)
parent438e557f7a46357a01a9267c8e23dddf7aa00a40 (diff)
Merge branch '1172-deprecations-filters' into 'main'
Add filters to the Deprecations page See merge request gitlab-org/gitlab-docs!2622
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 e1550aec..c216fdc4 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -104,6 +104,9 @@
<%# Add analytics only in production %>
<%= render '/analytics.*' %>
<% end %>
+ <% if @item.identifier.to_s == '/ee/update/deprecations.md' %>
+ <script src="<%= @items['/frontend/deprecations/filters.*'].path %>"></script>
+ <% end %>
<script src="<%= @items['/frontend/header/index.*'].path %>"></script>
<script src="<%= @items['/assets/javascripts/docs.*'].path %>"></script>
<script src="<%= @items['/assets/javascripts/global-nav.*'].path %>"></script>