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

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

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