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>2023-03-07 22:58:55 +0300
committerSarah German <sgerman@gitlab.com>2023-03-07 22:58:55 +0300
commitfeb110fc5634df3c6ac7858770df142734c72c3f (patch)
tree44abde8ca97058332b15e96fc0d2f4895c036982 /layouts
parent7846dd526e31550f845e8e66452d11be822c8689 (diff)
Remove any Omnibus-related code
Diffstat (limited to 'layouts')
-rw-r--r--layouts/global_nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/global_nav.html b/layouts/global_nav.html
index ebe49eaa..aacce628 100644
--- a/layouts/global_nav.html
+++ b/layouts/global_nav.html
@@ -12,7 +12,7 @@
</span>
<!-- nav categories -->
- <% if sec.has_children? && sec.enabled %>
+ <% if sec.has_children? %>
<div class="collapse <%= navigation.show_element?(sec) ? 'show' : '' %>" id="sec_<%= sec_uuid %>">
<% sec.children.each do |cat| %>
<% cat_uuid = SecureRandom.uuid %>