comments out budget for city proposals

This commit is contained in:
rgarcia
2016-07-27 13:04:18 +02:00
parent 35f7f58fa8
commit 6eab5d79a1

View File

@@ -25,7 +25,7 @@
<%= link_to t('budget.show.no_heading'), budget_investments_path(budget_id: @budget.id, heading_id: nil) %>
</td>
<td>
<%= format_price(@budget, @budget.price) %>
<%# format_price(@budget, @budget.price) %>
</td>
</tr>
<% @budget.headings.each do |heading| %>