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:
authorEvan Read <eread@gitlab.com>2021-02-08 04:30:38 +0300
committerEvan Read <eread@gitlab.com>2021-02-08 04:30:38 +0300
commitb89adfcf9554f054762883639b19d877e6e895b0 (patch)
treea82402d5c7f3241a431e02ea7d086c28e141e5e8 /layouts/partials
parent3ecea1b074e323360663c27f0493472f2c574507 (diff)
Revert "Merge branch 'header-redo' into 'master'"
This reverts merge request !1486
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/versions_list.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/layouts/partials/versions_list.html b/layouts/partials/versions_list.html
index d35023e7..549f1d13 100644
--- a/layouts/partials/versions_list.html
+++ b/layouts/partials/versions_list.html
@@ -6,11 +6,15 @@
contains all current versions and offline archives.
-->
<% if archives? %>
- <a class="dropdown-item" href='/archives/'>
+<li>
+ <a href='/archives/'>
<%= version %>
</a>
+</li>
<% else %>
- <a class="dropdown-item" <%= active_dropdown(version) %> href='/<%= version %><%= @item.identifier.without_ext + '.html' %>'>
+<li>
+ <a<%= active_dropdown(version) %> href='/<%= version %><%= @item.identifier.without_ext + '.html' %>'>
<%= version %>
</a>
+</li>
<% end %>