From 6eab5d79a1aa45c29624f7ad366360cf202ba0b3 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 27 Jul 2016 13:04:18 +0200 Subject: [PATCH] comments out budget for city proposals --- app/views/budgets/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/budgets/show.html.erb b/app/views/budgets/show.html.erb index 2b04271a5..521b6fb06 100644 --- a/app/views/budgets/show.html.erb +++ b/app/views/budgets/show.html.erb @@ -25,7 +25,7 @@ <%= link_to t('budget.show.no_heading'), budget_investments_path(budget_id: @budget.id, heading_id: nil) %> - <%= format_price(@budget, @budget.price) %> + <%# format_price(@budget, @budget.price) %> <% @budget.headings.each do |heading| %>