+ <%= render "callout" %>
+
<% if @poll.voted_in_booth?(current_user) %>
<%= t("polls.show.already_voted_in_booth") %>
@@ -41,13 +38,5 @@
<% end %>
<% end %>
-
-
diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml
index ff8a77014..5042eedb8 100644
--- a/config/locales/en/general.yml
+++ b/config/locales/en/general.yml
@@ -482,7 +482,7 @@ en:
help_text_2: "To participate in the next vote you have to sign up on %{org} and verify your account. All registered voters in the city over 16 years old can vote. The results of all votes are binding on the government."
show:
already_voted_in_booth: "You have already participated in a booth for this poll."
- dates_title: "Participation dates"
+ back: Back to voting
cant_answer_not_logged_in: "You must %{signin} or %{signup} to participate."
signin: Sign in
signup: Sign up
@@ -607,6 +607,7 @@ en:
budget: Participatory budget
searcher: Searcher
go_to_page: "Go to page of "
+ share: Share
social:
blog: "%{org} Blog"
facebook: "%{org} Facebook"
diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml
index aaa59a900..e984f6675 100644
--- a/config/locales/es/general.yml
+++ b/config/locales/es/general.yml
@@ -482,7 +482,7 @@ es:
help_text_2: "Para participar en la próxima votación tienes que registrarte en %{org} y verificar tu cuenta. Pueden votar todas las personas empadronadas en la ciudad mayores de 16 años. Los resultados de todas las votaciones serán vinculantes para el gobierno."
show:
already_voted_in_booth: "Ya has participado en esta votación en una urna."
- dates_title: "Fechas de participación"
+ back: Volver a votaciones
cant_answer_not_logged_in: "Necesitas %{signin} o %{signup} para participar."
signin: iniciar sesión
signup: registrarte
@@ -607,6 +607,7 @@ es:
budget: Presupuestos participativos
searcher: Buscador
go_to_page: "Ir a la página de "
+ share: Compartir
social:
blog: "Blog de %{org}"
facebook: "Facebook de %{org}"