Reorder admin menu

This commit is contained in:
decabeza
2019-03-04 23:58:11 +01:00
parent c553f373a1
commit 4641314bda

View File

@@ -75,6 +75,15 @@
</ul> </ul>
</li> </li>
<% if feature?(:signature_sheets) %>
<li class="section-title <%= "is-active" if controller_name == "signature_sheets" %>">
<%= link_to admin_signature_sheets_path do %>
<span class="icon-file-text-o"></span>
<strong><%= t("admin.menu.signature_sheets") %></strong>
<% end %>
</li>
<% end %>
<% if feature?(:spending_proposals) %> <% if feature?(:spending_proposals) %>
<li class="section-title"> <li class="section-title">
<a href="#"> <a href="#">
@@ -138,15 +147,6 @@
</ul> </ul>
</li> </li>
<% if feature?(:signature_sheets) %>
<li class="section-title <%= "is-active" if controller_name == "signature_sheets" %>">
<%= link_to admin_signature_sheets_path do %>
<span class="icon-file-text-o"></span>
<strong><%= t("admin.menu.signature_sheets") %></strong>
<% end %>
</li>
<% end %>
<li class="section-title"> <li class="section-title">
<a href="#"> <a href="#">
<span class="icon-eye"></span> <span class="icon-eye"></span>