mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
ce9797aed8
Just fix scopes mostly. Add binstubs.
8 lines
No EOL
204 B
Text
8 lines
No EOL
204 B
Text
<% if @current_action == "news_index" %>
|
|
<div class="widget poll">
|
|
<h4><%= t('widget.poll') %></h4>
|
|
|
|
<% @poll = Poll.first %>
|
|
<%= render(partial: "polls/show") if @poll %>
|
|
</div>
|
|
<% end %> |