diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb
index e327534b1..10644632c 100644
--- a/app/views/debates/index.html.erb
+++ b/app/views/debates/index.html.erb
@@ -32,22 +32,6 @@
<%= render 'shared/order_links', i18n_namespace: "debates.index" %>
- <% if @tag_filter || @search_terms || @advanced_search_terms %>
-
-
- <%= t("debates.index.select_order") %>
-
- <%= render 'shared/order_selector', i18n_namespace: "debates.index" %>
-
- <% else %>
-
-
- <%= t("debates.index.select_order_long") %>
-
- <%= render 'shared/order_selector', i18n_namespace: "debates.index" %>
-
- <% end %>
-
<%= render "shared/advanced_search",
search_path: debates_path(page: 1) %>
diff --git a/app/views/proposals/index.html.erb b/app/views/proposals/index.html.erb
index 71a7a596a..6fc379be6 100644
--- a/app/views/proposals/index.html.erb
+++ b/app/views/proposals/index.html.erb
@@ -26,27 +26,6 @@
<% end %>
- <% if @tag_filter || @search_terms || @advanced_search_terms %>
-
-
- <%= t("proposals.index.select_order") %>
-
- <%= render 'shared/order_selector', i18n_namespace: "proposals.index" %>
-
- <% else %>
-
-
- <%= t("proposals.index.select_order_long") %>
-
- <%= render 'shared/order_selector', i18n_namespace: "proposals.index" %>
-
- <% end %>
-
-
- <%= render "shared/advanced_search",
- search_path: proposals_path(page: 1)%>
-
-
<%= link_to t("proposals.index.start_proposal"), new_proposal_path, class: 'button radius expand' %>
@@ -71,6 +50,11 @@
<%= render 'shared/order_links', i18n_namespace: "proposals.index" %>
+
+ <%= render "shared/advanced_search",
+ search_path: proposals_path(page: 1)%>
+
+
<%= link_to t("proposals.index.start_proposal"), new_proposal_path, class: 'button radius expand' %>