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:
authorDavid O'Regan <doregan@gitlab.com>2021-02-08 03:11:51 +0300
committerEvan Read <eread@gitlab.com>2021-02-08 03:11:51 +0300
commit6c62f1842936aaef3d2498f887d90f2d25899ebf (patch)
tree3cb53c2face6040253c83e9626f5c6a9798e1ad8 /layouts/partials
parent90627b80a7dfb6c38bd577d94a99379f0bfd7f8a (diff)
feat(header): update header component
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/versions_list.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/layouts/partials/versions_list.html b/layouts/partials/versions_list.html
index 549f1d13..d35023e7 100644
--- a/layouts/partials/versions_list.html
+++ b/layouts/partials/versions_list.html
@@ -6,15 +6,11 @@
contains all current versions and offline archives.
-->
<% if archives? %>
-<li>
- <a href='/archives/'>
+ <a class="dropdown-item" href='/archives/'>
<%= version %>
</a>
-</li>
<% else %>
-<li>
- <a<%= active_dropdown(version) %> href='/<%= version %><%= @item.identifier.without_ext + '.html' %>'>
+ <a class="dropdown-item" <%= active_dropdown(version) %> href='/<%= version %><%= @item.identifier.without_ext + '.html' %>'>
<%= version %>
</a>
-</li>
<% end %>