@@ -11,5 +11,8 @@
|
||||
<%= link_to t("admin.actions.edit"),
|
||||
edit_admin_poll_path(poll),
|
||||
class: "button hollow" %>
|
||||
<%= link_to t("admin.actions.configure"),
|
||||
admin_poll_path(poll),
|
||||
class: "button hollow" %>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -49,11 +49,11 @@
|
||||
</ul>
|
||||
<% end %>
|
||||
<% if poll.geozones.any? %>
|
||||
<p>
|
||||
<p class="inline-block">
|
||||
<small><%= t("polls.index.geozone_info") %></small>
|
||||
</p>
|
||||
<% end %>
|
||||
<ul class="no-bullet tags">
|
||||
<ul class="no-bullet inline-block tags">
|
||||
<% poll.geozones.each do |g| %>
|
||||
<li class="inline-block"><span><%= g.name %></span></li>
|
||||
<% end %>
|
||||
|
||||
@@ -10,6 +10,7 @@ en:
|
||||
mark_featured: Featured
|
||||
unmark_featured: Unmark featured
|
||||
edit: Edit
|
||||
configure: Configure
|
||||
banners:
|
||||
index:
|
||||
title: Banners
|
||||
|
||||
@@ -10,6 +10,7 @@ es:
|
||||
mark_featured: Destacar
|
||||
unmark_featured: Quitar destacado
|
||||
edit: Editar
|
||||
configure: Configurar
|
||||
banners:
|
||||
index:
|
||||
title: Banners
|
||||
|
||||
@@ -405,7 +405,7 @@ en:
|
||||
participate_button: "Participate in this poll"
|
||||
no_geozone_restricted: "All city"
|
||||
geozone_restricted: "Districts"
|
||||
geozone_info: "Only can participate people in the Census of: "
|
||||
geozone_info: "Can participate people in the Census of: "
|
||||
can_answer: "You can participate in this poll!"
|
||||
cant_answer: "This poll is not available on your geozone"
|
||||
cant_answer_not_logged_in: "You must sign in or sign up to participate"
|
||||
|
||||
@@ -405,7 +405,7 @@ es:
|
||||
participate_button: "Participar en esta votación"
|
||||
no_geozone_restricted: "Toda la ciudad"
|
||||
geozone_restricted: "Distritos"
|
||||
geozone_info: "Solo pueden participar las personas empadronadas en: "
|
||||
geozone_info: "Pueden participar las personas empadronadas en: "
|
||||
can_answer: "¡Puedes participar en esta votación!"
|
||||
cant_answer: "Esta votación no está disponible en tu zona"
|
||||
cant_answer_not_logged_in: "Necesitas iniciar sesión o registrarte para participar"
|
||||
|
||||
Reference in New Issue
Block a user