Separate into two concerns: onsite verification + onsite verification emails

This commit is contained in:
kikito
2015-10-01 14:18:11 +02:00
parent 988304e3df
commit 4bb02ff564
11 changed files with 98 additions and 52 deletions

View File

@@ -0,0 +1,14 @@
<nav class="admin-sidebar">
<ul id="admin_menu">
<li>
<%= link_to t("management.dashboard.index.title"), management_root_path %>
</li>
<li <%= "class=active" if controller_name == "on_site_verifications" %>>
<%= link_to management_on_site_verifications_path do %>
<i class="icon-tag"></i>
<%= t("management.menu.on_site_verifications") %>
<% end %>
</li>
</ul>
</nav>