improves styles for admin menu
This commit is contained in:
@@ -119,16 +119,16 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li <%= 'class=active' if controller_name == 'geozones' %>>
|
<li class="section-title" <%= 'class=active' if controller_name == 'geozones' %>>
|
||||||
<%= link_to admin_geozones_path do %>
|
<%= link_to admin_geozones_path do %>
|
||||||
<span class="icon-settings"></span><%= t('admin.menu.geozones') %>
|
<strong><%= t('admin.menu.geozones') %></strong>
|
||||||
<% end %>
|
<% end %>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<% if feature?(:signature_sheets) %>
|
<% if feature?(:signature_sheets) %>
|
||||||
<li <%= "class=active" if controller_name == "signature_sheets" %>>
|
<li class="section-title" <%= "class=active" if controller_name == "signature_sheets" %>>
|
||||||
<%= link_to admin_signature_sheets_path do %>
|
<%= link_to admin_signature_sheets_path do %>
|
||||||
<span class="icon-budget"></span><%= t("admin.menu.signature_sheets") %>
|
<strong><%= t("admin.menu.signature_sheets") %></strong>
|
||||||
<% end %>
|
<% end %>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user