Changed quickvotes so that they take an identifier as opposed to just a
[selectricity-live] / app / views / site / index.rhtml
index eb009b31db9a155f2bbfe29113e3e25368b73238..0d59849a6997d2c621454e2491cca25284e3ed82 100644 (file)
@@ -17,7 +17,7 @@ methods.</p>
 
 <ul>
 <% for quickvote in @quickvotes %>
-<li><%= link_to (quickvote.shortdesc || "Unnamed"), quickvote_url(:votename => quickvote.name) %></li>
+<li><%= link_to (quickvote.shortdesc || "Unnamed"), quickvote_url(:ident => quickvote.name) %></li>
 <% end %>
 </ul>
 

Benjamin Mako Hill || Want to submit a patch?