mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-04 00:40:55 +00:00
11 lines
No EOL
329 B
Text
11 lines
No EOL
329 B
Text
<% if @current_action == "news_index" %>
|
|
<div class="widget poll">
|
|
<div class="header"><%= t('widget.poll') %></div>
|
|
<div class="body">
|
|
<div class="content">
|
|
<% @poll = Poll.first(order: "created_at DESC") %>
|
|
<%= render(partial: "polls/show") if @poll %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<% end %> |