Improve investment links at budget list with target blank

This commit is contained in:
Bertocq
2018-01-10 22:09:06 +01:00
parent c6bc69cf49
commit 88741b9179

View File

@@ -33,7 +33,8 @@
<%= link_to investment.title, <%= link_to investment.title,
admin_budget_budget_investment_path(budget_id: @budget.id, admin_budget_budget_investment_path(budget_id: @budget.id,
id: investment.id, id: investment.id,
params: Budget::Investment.filter_params(params)) %> params: Budget::Investment.filter_params(params)),
target: "_blank" %>
</td> </td>
<td class="text-center"> <td class="text-center">
<%= investment.total_votes %> <%= investment.total_votes %>