improves styles for admin menu

This commit is contained in:
Alberto Garcia Cabeza
2016-12-28 12:41:04 +01:00
parent f5b032cfbe
commit a511480ce2

View File

@@ -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 %>