From 4556a97c7f06531bd49f82f95b02ed210532e8ef Mon Sep 17 00:00:00 2001
From: decabeza
Date: Mon, 2 Apr 2018 16:43:15 +0200
Subject: [PATCH] Removes custom content on debates index
---
app/views/debates/index.html.erb | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb
index 8a0d7d34e..e5355b975 100644
--- a/app/views/debates/index.html.erb
+++ b/app/views/debates/index.html.erb
@@ -1,4 +1,4 @@
-<% provide :title do %><%= t('debates.index.title') %><% end %>
+<% provide :title do %><%= t("debates.index.title") %><% end %>
<% content_for :header_addon do %>
<%= render "shared/search_form",
search_path: debates_path(page: 1),
@@ -54,10 +54,10 @@
<%= render "shared/advanced_search", search_path: debates_path(page: 1) %>
- <%= render 'shared/order_links', i18n_namespace: "debates.index" %>
+ <%= render "shared/order_links", i18n_namespace: "debates.index" %>
- <%= link_to t("debates.index.start_debate"), new_debate_path, class: 'button expanded' %>
+ <%= link_to t("debates.index.start_debate"), new_debate_path, class: "button expanded" %>
<% if @debates.any? || current_user.blank? %>
@@ -81,7 +81,7 @@
<%= t("debates.index.section_footer.description") %>
<%= t("debates.index.section_footer.help_text_1") %>
<%= t("debates.index.section_footer.help_text_2",
- org: link_to(setting['org_name'], new_user_registration_path)).html_safe %>
+ org: link_to(setting["org_name"], new_user_registration_path)).html_safe %>
<%= t("debates.index.section_footer.help_text_3",
proposal: link_to(t("debates.index.section_footer.proposals_link"), proposals_path),
budget: link_to(t("debates.index.section_footer.budget_link"), budgets_path)).html_safe %>
@@ -93,8 +93,8 @@