%= link_to t("admin.actions.edit"),
edit_admin_poll_path(@poll),
class: "button hollow float-right" %>
<%= @poll.name %>
(<%= l @poll.starts_at.to_date %> - <%= l @poll.ends_at.to_date %>)
<% if @poll.geozone_restricted %>
•
<%= @poll.geozones.pluck(:name).to_sentence %>
<% end %>