Improve investment links at budget list with target blank
This commit is contained in:
@@ -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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user