diff --git a/app/views/users/_budget_investments.html.erb b/app/views/users/_budget_investments.html.erb
index 091861d06..9c6775265 100644
--- a/app/views/users/_budget_investments.html.erb
+++ b/app/views/users/_budget_investments.html.erb
@@ -1,7 +1,9 @@
- | <%= t("users.show.budget_investments") %> |
- <%= t("users.show.actions") %> |
+
+ | <%= t("users.show.budget_investments") %> |
+ <%= t("users.show.actions") %> |
+
<% @budget_investments.each do |budget_investment| %>
diff --git a/app/views/users/_comments.html.erb b/app/views/users/_comments.html.erb
index 82efa8570..7b7cf5165 100644
--- a/app/views/users/_comments.html.erb
+++ b/app/views/users/_comments.html.erb
@@ -1,6 +1,8 @@
- | <%= t("users.show.comments") %> |
+
+ | <%= t("users.show.comments") %> |
+
<% @comments.each do |comment| %>
diff --git a/app/views/users/_debates.html.erb b/app/views/users/_debates.html.erb
index 1c19d894e..5b293b1a4 100644
--- a/app/views/users/_debates.html.erb
+++ b/app/views/users/_debates.html.erb
@@ -1,6 +1,8 @@
- | <%= t("users.show.debates") %> |
+
+ | <%= t("users.show.debates") %> |
+
<% @debates.each do |debate| %>
@@ -13,4 +15,4 @@
-<%= paginate @debates %>
\ No newline at end of file
+<%= paginate @debates %>
diff --git a/app/views/users/_proposals.html.erb b/app/views/users/_proposals.html.erb
index a27a73af4..5e3f55d99 100644
--- a/app/views/users/_proposals.html.erb
+++ b/app/views/users/_proposals.html.erb
@@ -1,7 +1,9 @@
- | <%= t("users.show.proposals") %> |
- <%= t("users.show.actions") %> |
+
+ | <%= t("users.show.proposals") %> |
+ <%= t("users.show.actions") %> |
+
<% @proposals.each do |proposal| %>