- <td>
- <%= link_to "#{quickvote.name}",
- quickaction_url( :ident => quickvote.name, :action => 'results' ) %>
+ <td>
+ <% if quickvote.active == 1 %>
+ <%= link_to "#{quickvote.name}",
+ quickaction_url( :ident => quickvote.name,
+ :action => 'results' ) %>
+ <% else %>
+ <%=h quickvote.name %>
+ <% end %>