-
- <% if @search_terms %>
-
- <%= page_entries_info @debates %>
- <%= t("debates.index.search_results", count: @debates.size, search_term: @search_terms) %>
-
- <% elsif @tag_filter %>
-
- <%= page_entries_info @debates %>
- <%= t("debates.index.filter_topic", count: @debates.size, topic: @tag_filter) %>
-
- <% end %>
-
-
- <% unless @tag_filter || @search_terms %>
- <%= render "featured_debates_static" %>
+
+ <% if @search_terms %>
+
+ <%= page_entries_info @debates %>
+ <%= t("debates.index.search_results", count: @debates.size, search_term: @search_terms) %>
+
+ <% elsif @tag_filter %>
+
+ <%= page_entries_info @debates %>
+ <%= t("debates.index.filter_topic", count: @debates.size, topic: @tag_filter) %>
+
<% end %>
-
- <%= render 'shared/order_links', i18n_namespace: "debates.index" %>
-
-
- <%= link_to t("debates.index.start_debate"), new_debate_path, class: 'button radius expand' %>
-
-
- <%= render @debates %>
- <%= paginate @debates %>
+
+ <% unless @tag_filter || @search_terms %>
+ <%= render "featured_debates_static" %>
+ <% end %>
+
+ <%= render 'shared/order_links', i18n_namespace: "debates.index" %>
+
+
+ <%= link_to t("debates.index.start_debate"), new_debate_path, class: 'button radius expand' %>
+
+
+ <%= render @debates %>
+ <%= paginate @debates %>
diff --git a/app/views/proposals/_featured_proposal.html.erb b/app/views/proposals/_featured_proposal.html.erb
index 808ebf583..623932c38 100644
--- a/app/views/proposals/_featured_proposal.html.erb
+++ b/app/views/proposals/_featured_proposal.html.erb
@@ -1,4 +1,4 @@
-
+
<%= link_to proposal.title, proposal %>
diff --git a/app/views/proposals/index.html.erb b/app/views/proposals/index.html.erb
index 4a64df728..fc20bc3af 100644
--- a/app/views/proposals/index.html.erb
+++ b/app/views/proposals/index.html.erb
@@ -9,43 +9,41 @@
-
-
- <% if @search_terms %>
-
- <%= page_entries_info @proposals %>
- <%= t("proposals.index.search_results", count: @proposals.size, search_term: @search_terms) %>
-
- <% elsif @tag_filter %>
-
- <%= page_entries_info @proposals %>
- <%= t("proposals.index.filter_topic", count: @proposals.size, topic: @tag_filter) %>
+
+ <% if @search_terms %>
+
+ <%= page_entries_info @proposals %>
+ <%= t("proposals.index.search_results", count: @proposals.size, search_term: @search_terms) %>
+
+ <% elsif @tag_filter %>
+
+ <%= page_entries_info @proposals %>
+ <%= t("proposals.index.filter_topic", count: @proposals.size, topic: @tag_filter) %>
+
+ <% end %>
+
+
+ <% if @featured_proposals.present? %>
+
+
+
+ <%= t("proposals.index.featured_proposals") %>
+
+ <% @featured_proposals.each do |featured_proposal| %>
+ <%= render "featured_proposal", proposal: featured_proposal %>
<% end %>
+ <% end %>
- <% if @featured_proposals.present? %>
-
-
-
- <%= t("proposals.index.featured_proposals") %>
-
-
- <% @featured_proposals.each do |featured_proposal| %>
- <%= render "featured_proposal", proposal: featured_proposal %>
- <% end %>
-
- <% end %>
+ <%= render 'shared/order_links', i18n_namespace: "proposals.index" %>
- <%= render 'shared/order_links', i18n_namespace: "proposals.index" %>
-
-
- <%= link_to t("proposals.index.start_proposal"), new_proposal_path, class: 'button radius expand' %>
-
-
- <%= render partial: 'proposals/proposal', collection: @proposals %>
- <%= paginate @proposals %>
+
+ <%= link_to t("proposals.index.start_proposal"), new_proposal_path, class: 'button radius expand' %>
+
+ <%= render partial: 'proposals/proposal', collection: @proposals %>
+ <%= paginate @proposals %>
diff --git a/app/views/welcome/highlights.html.erb b/app/views/welcome/highlights.html.erb
index f0b4e446e..66d335448 100644
--- a/app/views/welcome/highlights.html.erb
+++ b/app/views/welcome/highlights.html.erb
@@ -4,19 +4,16 @@
-
-
-
-
<%= t('welcome.highlights') %>
-
-
- <%= t('welcome.signed_in_home_title') %>
-
-
-
- <%= render @list %>
- <%= paginate @paginator %>
+
+
<%= t('welcome.highlights') %>
+
+
+ <%= t('welcome.signed_in_home_title') %>
+
+
+ <%= render @list %>
+ <%= paginate @paginator %>