first (mostly) working version of full elections.
[selectricity] / app / views / quickvote / create.rhtml
index c05424e119bfac8b521e12eb8cd87c4916230c96..eecb4fb8ca4f44bb6e0d65142a0efd24e00f243d 100644 (file)
 
     <p><label for="quickvote_election_method">Election Method</label></p>
 
+<!--
+<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>
+<%= select_tag 'election_election_method', options_for_select(type_hash, @quickvote.election_method) %></p>
+-->
     <p><%= quickform.select('election_method', 
         %w(ssd condorcet plurality approval borda) ) %></p>
 

Benjamin Mako Hill || Want to submit a patch?