diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb index 38593a359..d6cd4f6ca 100644 --- a/app/views/debates/index.html.erb +++ b/app/views/debates/index.html.erb @@ -1,3 +1,4 @@ +<% provide :title do %><%= t('debates.index.title') %><% end %> <% content_for :header_addon do %> <%= render "shared/search_form_header", search_path: debates_path(page: 1), diff --git a/config/locales/en.yml b/config/locales/en.yml index afca65d6f..a49ba1c9f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -74,6 +74,7 @@ en: menu: "Menu" debates: index: + title: Debates start_debate: Start a debate select_order: Order by select_order_long: Order debates by diff --git a/config/locales/es.yml b/config/locales/es.yml index 395d8c6ae..1d9d8f483 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -74,6 +74,7 @@ es: menu: "Menú" debates: index: + title: Debates start_debate: Empieza un debate select_order: Ordenar por select_order_long: Estás viendo los debates