diff --git a/app/components/budgets/ballot/ballot_component.html.erb b/app/components/budgets/ballot/ballot_component.html.erb
index 5945b7f2b..58f4f5c3e 100644
--- a/app/components/budgets/ballot/ballot_component.html.erb
+++ b/app/components/budgets/ballot/ballot_component.html.erb
@@ -9,7 +9,7 @@
<%= t("budgets.ballots.show.voted_info") %>
-
+
<%= t("budgets.ballots.show.voted_info_2") %>
diff --git a/app/components/layout/cookies_consent/management_component.html.erb b/app/components/layout/cookies_consent/management_component.html.erb
index 4bff72dde..943e1bd72 100644
--- a/app/components/layout/cookies_consent/management_component.html.erb
+++ b/app/components/layout/cookies_consent/management_component.html.erb
@@ -9,7 +9,7 @@
×
- <%= t("cookies_management.description") %>
+
<%= t("cookies_management.description") %>
<% if more_info_link.present? %>
<%= link_to t("cookies_consent.more_info_link"), more_info_link, target: "_blank" %>
<% end %>
diff --git a/app/components/sdg/goals/targets_component.html.erb b/app/components/sdg/goals/targets_component.html.erb
index d114b15e3..cce74ead2 100644
--- a/app/components/sdg/goals/targets_component.html.erb
+++ b/app/components/sdg/goals/targets_component.html.erb
@@ -17,8 +17,8 @@
<% else %>
<% targets.sort.each do |target| %>
- - <%= target.code %>
-
-
- <%= target.long_title %>
-
+
- <%= target.code %>
+ - <%= target.long_title %>
<% end %>
<% end %>
diff --git a/app/views/admin/activity/show.html.erb b/app/views/admin/activity/show.html.erb
index 878f69e3a..daf36c819 100644
--- a/app/views/admin/activity/show.html.erb
+++ b/app/views/admin/activity/show.html.erb
@@ -44,6 +44,7 @@
<%= sanitize(activity.actionable.description) %>
<% end %>
+
<%= activity.user.name %> (<%= activity.user.email %>)
|
diff --git a/app/views/admin/moderators/search.html.erb b/app/views/admin/moderators/search.html.erb
index fee2c76a7..04f60f79f 100644
--- a/app/views/admin/moderators/search.html.erb
+++ b/app/views/admin/moderators/search.html.erb
@@ -22,6 +22,7 @@
<% end %>
+
<% else %>
diff --git a/app/views/admin/site_customization/documents/index.html.erb b/app/views/admin/site_customization/documents/index.html.erb
index b3f4ca635..604f9d2a0 100644
--- a/app/views/admin/site_customization/documents/index.html.erb
+++ b/app/views/admin/site_customization/documents/index.html.erb
@@ -37,7 +37,7 @@
<% end %>
-
<% else %>
<%= t("admin.documents.index.no_documents") %>
diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb
index 989ab508f..fd35a031c 100644
--- a/app/views/debates/index.html.erb
+++ b/app/views/debates/index.html.erb
@@ -69,7 +69,6 @@
<%= t("debates.index.section_footer.help_text_1") %>
<%= sanitize(t("debates.index.section_footer.help_text_2",
org: link_to(setting["org_name"], new_user_registration_path))) %>
-
<% end %>
diff --git a/app/views/devise/password_expired/show.html.erb b/app/views/devise/password_expired/show.html.erb
index 8eb10f6b4..930563eac 100644
--- a/app/views/devise/password_expired/show.html.erb
+++ b/app/views/devise/password_expired/show.html.erb
@@ -2,9 +2,9 @@
<%= form_for(resource, as: resource_name, url: [resource_name, :password_expired], html: { method: :put }) do |f| %>
- <%= f.password_field :current_password %>
- <%= f.password_field :password, label: t("devise.password_expired.new_password") %>
- <%= f.password_field :password_confirmation %>
+ <%= f.password_field :current_password %>
+ <%= f.password_field :password, label: t("devise.password_expired.new_password") %>
+ <%= f.password_field :password_confirmation %>
<%= f.submit t("devise.password_expired.change_password") %>
<% end %>
diff --git a/app/views/legislation/annotations/_comment_header.html.erb b/app/views/legislation/annotations/_comment_header.html.erb
index eea52733b..f767cf7a3 100644
--- a/app/views/legislation/annotations/_comment_header.html.erb
+++ b/app/views/legislation/annotations/_comment_header.html.erb
@@ -2,4 +2,4 @@
<%= render "annotation_link", annotation: annotation %>
-
+
diff --git a/app/views/legislation/questions/show.html.erb b/app/views/legislation/questions/show.html.erb
index 5a37e99d0..0f9a800a1 100644
--- a/app/views/legislation/questions/show.html.erb
+++ b/app/views/legislation/questions/show.html.erb
@@ -13,14 +13,14 @@
<%= link_to legislation_process_question_path(@process, @question.next_question_id), class: "quiz-next-link" do %>
<%= t("legislation.questions.show.next_question") %>
-
+
<% end %>
<% elsif @question.first_question_id %>
<%= link_to legislation_process_question_path(@process, @question.first_question_id), class: "quiz-next-link" do %>
<%= t("legislation.questions.show.first_question") %>
-
+
<% end %>
<% end %>
diff --git a/app/views/valuation/budget_investments/show.html.erb b/app/views/valuation/budget_investments/show.html.erb
index c65eff181..9659470ec 100644
--- a/app/views/valuation/budget_investments/show.html.erb
+++ b/app/views/valuation/budget_investments/show.html.erb
@@ -17,7 +17,6 @@
<%= render "/budgets/investments/investment_detail", investment: @investment, preview: true %>
-