ensl.org/app/views/widgets/_poll.html.erb
2014-04-09 01:50:07 +01:00

8 lines
No EOL
230 B
Text

<% if @current_action == "news_index" %>
<div class="widget poll">
<h4><%= t('widget.poll') %></h4>
<% @poll = Poll.first(order: "created_at DESC") %>
<%= render(partial: "polls/show") if @poll %>
</div>
<% end %>