Reorder admin menu
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user