diff --git a/app/views/budgets/stats/show.html.erb b/app/views/budgets/stats/show.html.erb
index 050617da7..11c3c2461 100644
--- a/app/views/budgets/stats/show.html.erb
+++ b/app/views/budgets/stats/show.html.erb
@@ -220,29 +220,6 @@
<% end %>
<% end %>
-
- |
- <%= t("budgets.stats.total").upcase %>
- |
-
- <%= @stats[:headings][:total][:total_investments_count] %>
- |
-
- <% ["support", "vote", "all"].each do |phase| %>
-
- <%= @stats[:headings][:total]["total_participants_#{phase}_phase".to_sym] %>
- |
-
- <%= number_to_percentage(@stats[:headings][:total]["percentage_participants_#{phase}_phase".to_sym],
- strip_insignificant_zeros: true,
- precision: 2) %>
- |
- "> |
- <% end %>
-