removes duplicated thead tag

This commit is contained in:
decabeza
2017-08-09 18:43:58 +02:00
committed by Javi Martín
parent 6a46719ff8
commit 7b2f77dfbd

View File

@@ -187,7 +187,6 @@
<th scope="col" class="tiny"><%= t("budgets.stats.percent_total_participants_html") %></th>
<th scope="col" class="tiny"><%= t("budgets.stats.percent_heading_census_html") %></th>
</tr>
</thead>
</thead>
<tbody>
<% @budget.headings.order("id ASC").each do |heading| %>