Skip to content

Commit

Permalink
Change some links to proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
decabeza committed Oct 9, 2015
1 parent 8b2179a commit e86f585
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Expand Up @@ -64,7 +64,7 @@
<div class="small-12 medium-7 column">
<h1><%= t("layouts.header.open_city_title") %></h1>
<p><%= t("layouts.header.open_city_slogan_html") %></p>
<%= link_to t("layouts.header.see_all"), highlights_path, class: "button radius see-more warning" %>
<%= link_to t("layouts.header.see_all"), proposals_path, class: "button radius see-more warning" %>
<%= link_to t("layouts.header.more_information"), "/more_information", class: "more-info" %>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/verification/letter/edit.html.erb
Expand Up @@ -17,6 +17,6 @@
%>
</div>

<%= link_to t("verification.letter.edit.see_all"), highlights_path, class: "button success radius" %>
<%= link_to t("verification.letter.edit.see_all"), proposals_path, class: "button warning radius" %>
</div>
</div>
2 changes: 1 addition & 1 deletion app/views/verification/letter/new.html.erb
Expand Up @@ -38,7 +38,7 @@
</ul>
</div>

<%= link_to t("verification.letter.new.go_to_index"), root_path, class: "button radius success" %>
<%= link_to t("verification.letter.new.go_to_index"), root_path, class: "button radius warning" %>
</div>
<div class="small-12 medium-8 column final-votes-info">

Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Expand Up @@ -15,7 +15,7 @@ en:
open_city_slogan_html:
"Start listening to Madrid.
For that we open this digital Puerta del Sol, where all the locals can meet to discuss and share everything we want."
see_all: See debates and proposals
see_all: "See proposals"
my_account_link: My account
locale: "Language:"
administration: Administration
Expand Down
2 changes: 1 addition & 1 deletion config/locales/es.yml
Expand Up @@ -15,7 +15,7 @@ es:
open_city_slogan_html:
"Existen ciudades gobernadas directamente por sus habitantes, que <b>debaten</b> sobre temas que les preocupan, <b>proponen</b> ideas para mejorar
sus vidas y <b>deciden</b> entre todas y todos las que se llevan a cabo. Madrid ya es una de ellas."
see_all: Ver debates y propuestas
see_all: "Ver propuestas"
my_account_link: Mi cuenta
locale: "Idioma:"
administration: Administrar
Expand Down
4 changes: 2 additions & 2 deletions config/locales/verification.en.yml
Expand Up @@ -77,15 +77,15 @@ en:
offices: "Office of Citizen"
offices_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Atencion-al-ciudadano/Oficinas-de-Atencion-al-Ciudadano?vgnextfmt=default&vgnextchannel=5b99cde2e09a4310VgnVCM1000000b205a0aRCRD"
send_letter: "Request a letter"
go_to_index: "See proposals and debates"
go_to_index: "See proposals"
create:
flash:
success_html: "Before voting you'll receive a letter whith the instructions for verify your account.<br> Remember you can verify your information in any %{offices}."
offices: "Office of Citizen"
offices_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Atencion-al-ciudadano/Oficinas-de-Atencion-al-Ciudadano?vgnextfmt=default&vgnextchannel=5b99cde2e09a4310VgnVCM1000000b205a0aRCRD"
edit:
title: "Letter requested"
see_all: "See proposals and debates"
see_all: "See proposals"
update:
flash:
success: "Correct code. Your account is verified"
Expand Down
4 changes: 2 additions & 2 deletions config/locales/verification.es.yml
Expand Up @@ -77,15 +77,15 @@ es:
offices: "Oficina de Atención al Ciudadano"
offices_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Atencion-al-ciudadano/Oficinas-de-Atencion-al-Ciudadano?vgnextfmt=default&vgnextchannel=5b99cde2e09a4310VgnVCM1000000b205a0aRCRD"
send_letter: "Solicitar una carta por correo postal"
go_to_index: "Ver propuestas y debates"
go_to_index: "Ver propuestas"
create:
flash:
success_html: "Antes de las votaciones recibirás una carta con las instrucciones para verificar tu cuenta.<br> Recuerda que puedes ahorrar el envío verificándote presencialmente en cualquiera de las %{offices}."
offices: "Oficinas de Atención al Ciudadano"
offices_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Atencion-al-ciudadano/Oficinas-de-Atencion-al-Ciudadano?vgnextfmt=default&vgnextchannel=5b99cde2e09a4310VgnVCM1000000b205a0aRCRD"
edit:
title: "Carta solicitada"
see_all: "Ver debates y propuestas"
see_all: "Ver propuestas"
update:
flash:
success: "Código correcto. Tu cuenta ya está verificada"
Expand Down

0 comments on commit e86f585

Please sign in to comment.