ensl.org/app/views/widgets/_poll.html.erb

8 lines
190 B
Text
Raw Normal View History

<div class="header">Poll</div>
<div class="body">
<div class="content">
<% @poll = Poll.first :order => "created_at DESC" %>
<%= render :partial => "polls/show" %>
</div>
</div>