From de37081a45543329a852ebfd3da726ad96e056bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Mon, 28 Sep 2015 13:42:20 +0200 Subject: [PATCH] adds title to proposals#index --- app/views/proposals/index.html.erb | 1 + config/locales/en.yml | 1 + config/locales/es.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/app/views/proposals/index.html.erb b/app/views/proposals/index.html.erb index 4d9a2de57..28807d247 100644 --- a/app/views/proposals/index.html.erb +++ b/app/views/proposals/index.html.erb @@ -1,3 +1,4 @@ +<% provide :title do %><%= t('proposals.index.title') %><% end %> <% content_for :header_addon do %> <%= render "shared/search_form_header", search_path: proposals_path(page: 1), diff --git a/config/locales/en.yml b/config/locales/en.yml index a49ba1c9f..d658f5474 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -149,6 +149,7 @@ en: submit_button: "Save changes" proposals: index: + title: Proposals start_proposal: Start a proposal select_order: Order by select_order_long: Order proposals by diff --git a/config/locales/es.yml b/config/locales/es.yml index 1d9d8f483..ae1e57b0a 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -149,6 +149,7 @@ es: submit_button: "Guardar cambios" proposals: index: + title: Propuestas ciudadanas start_proposal: Crea una propuesta select_order: Ordenar por select_order_long: Estás viendo las propuestas