<%= back_link_to polls_path, t("polls.show.back") %>

<%= @poll.name %>

<%= safe_html_with_links simple_format(@poll.summary) %> <% if @poll.geozones.any? %>
    <% @poll.geozones.each do |g| %>
  • <%= g.name %>
  • <% end %>
<% end %>