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')
-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 %>