<% if quickvote.active == 1 %>
<%= link_to "#{quickvote.name}",
quickaction_url( :ident => quickvote.name,
:action => 'results' ) %>
<% else %>
<%=h quickvote.name %>
<% end %>
|
<%=h quickvote.startdate.strftime("%x") %> |
<%=h quickvote.enddate.strftime("%x") %> |
<%=h quickvote.description %> |
<% end %>