adds title to proposals#index

This commit is contained in:
Juanjo Bazán
2015-09-28 13:42:20 +02:00
parent 0c394b0953
commit de37081a45
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
<% provide :title do %><%= t('proposals.index.title') %><% end %>
<% content_for :header_addon do %> <% content_for :header_addon do %>
<%= render "shared/search_form_header", <%= render "shared/search_form_header",
search_path: proposals_path(page: 1), search_path: proposals_path(page: 1),

View File

@@ -149,6 +149,7 @@ en:
submit_button: "Save changes" submit_button: "Save changes"
proposals: proposals:
index: index:
title: Proposals
start_proposal: Start a proposal start_proposal: Start a proposal
select_order: Order by select_order: Order by
select_order_long: Order proposals by select_order_long: Order proposals by

View File

@@ -149,6 +149,7 @@ es:
submit_button: "Guardar cambios" submit_button: "Guardar cambios"
proposals: proposals:
index: index:
title: Propuestas ciudadanas
start_proposal: Crea una propuesta start_proposal: Crea una propuesta
select_order: Ordenar por select_order: Ordenar por
select_order_long: Estás viendo las propuestas select_order_long: Estás viendo las propuestas