adds signature sheets

This commit is contained in:
rgarcia
2016-12-20 12:21:05 +01:00
parent 392f00cdbd
commit 3c682b8a9b
16 changed files with 282 additions and 6 deletions

View File

@@ -35,6 +35,14 @@
</li>
<% end %>
<% if feature?(:signature_sheets) %>
<li <%= "class=active" if controller_name == "signature_sheets" %>>
<%= link_to admin_signature_sheets_path do %>
<span class="icon-budget"></span><%= t("admin.menu.signature_sheets") %>
<% end %>
</li>
<% end %>
<li <%= "class=active" if controller_name == "banners" %>>
<%= link_to admin_banners_path do %>
<span class="icon-eye"></span><%= t("admin.menu.banner") %>