adds account section to management

for now it only has the option to delete account
This commit is contained in:
Juanjo Bazán
2016-04-08 11:43:26 +02:00
parent e4e87bf548
commit 83e58f0cc9
8 changed files with 80 additions and 4 deletions

View File

@@ -13,6 +13,13 @@
<% end %>
</li>
<li <%= "class=active" if controller_name == "account" %>>
<%= link_to management_account_path do %>
<span class="icon-user"></span>
<%= t("management.menu.edit_user_accounts") %>
<% end %>
</li>
<li <%= "class=active" if controller_name == "proposals" and action_name == "new" %>>
<%= link_to new_management_proposal_path do %>
<span class="icon-proposals"></span>