<% if @current_action == "news_index" %>

<%= t('widget.poll') %>

<% @poll = Poll.first(order: "created_at DESC") %> <%= render(partial: "polls/show") if @poll %>
<% end %>