From 7b2f77dfbd0e48971ebcb905eb5a88d976c22736 Mon Sep 17 00:00:00 2001 From: decabeza Date: Wed, 9 Aug 2017 18:43:58 +0200 Subject: [PATCH] removes duplicated thead tag --- app/views/budgets/stats/show.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/budgets/stats/show.html.erb b/app/views/budgets/stats/show.html.erb index 7d2db9f70..060599b67 100644 --- a/app/views/budgets/stats/show.html.erb +++ b/app/views/budgets/stats/show.html.erb @@ -187,7 +187,6 @@ <%= t("budgets.stats.percent_total_participants_html") %> <%= t("budgets.stats.percent_heading_census_html") %> - <% @budget.headings.order("id ASC").each do |heading| %>