diff --git a/app/views/admin/poll/polls/_poll.html.erb b/app/views/admin/poll/polls/_poll.html.erb index e02a80a7a..7cbc0a352 100644 --- a/app/views/admin/poll/polls/_poll.html.erb +++ b/app/views/admin/poll/polls/_poll.html.erb @@ -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" %> \ No newline at end of file diff --git a/app/views/polls/_poll_group.html.erb b/app/views/polls/_poll_group.html.erb index 4d1daf1d1..6595e3721 100644 --- a/app/views/polls/_poll_group.html.erb +++ b/app/views/polls/_poll_group.html.erb @@ -49,11 +49,11 @@ <% end %> <% if poll.geozones.any? %> -
+
<%= t("polls.index.geozone_info") %>
<% end %> -