<% content_for :action_title, t("dashboard.polls.index.title") %>
<%== Setting['proposals.poll_description'] %> <% if @polls.any? %>
<%= render @polls %>
<% end %>
<% if Setting['proposals.poll_link'].present? %>

<%= t("dashboard.polls.index.links") %>

<%= link_to t("dashboard.polls.index.additiontal_information"), Setting['proposals.poll_link'], target: "_blank" %> <% end %>

<%= t("dashboard.polls.index.count", count: @polls.count) %>

<%= link_to t("dashboard.polls.index.create"), new_proposal_dashboard_poll_path(proposal), class: "button expanded" %>