adds print page to management/spending_proposals

includes search and filtering by geozone
This commit is contained in:
Juanjo Bazán
2016-04-06 19:04:03 +02:00
parent fc5f5eec8b
commit 785170213b
8 changed files with 134 additions and 11 deletions

View File

@@ -47,5 +47,12 @@
<%= t("management.menu.print_proposals") %>
<% end %>
</li>
<li <%= "class=active" if controller_name == "spending_proposals" and action_name == "print" %>>
<%= link_to print_management_spending_proposals_path do %>
<span class="icon-print"></span>
<%= t("management.menu.print_spending_proposals") %>
<% end %>
</li>
</ul>
</div>