diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb
index 1dd0e6a28..4b671cc15 100644
--- a/app/views/admin/_menu.html.erb
+++ b/app/views/admin/_menu.html.erb
@@ -75,6 +75,15 @@
+ <% if feature?(:signature_sheets) %>
+
">
+ <%= link_to admin_signature_sheets_path do %>
+
+ <%= t("admin.menu.signature_sheets") %>
+ <% end %>
+
+ <% end %>
+
<% if feature?(:spending_proposals) %>
@@ -138,15 +147,6 @@
- <% if feature?(:signature_sheets) %>
- ">
- <%= link_to admin_signature_sheets_path do %>
-
- <%= t("admin.menu.signature_sheets") %>
- <% end %>
-
- <% end %>
-