Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity-live] / app / views / election / _overview_form.rhtml
index 8d1861d00b56b3d754ab1f54c4dd2f5692cbfccb..eed92da7181a180612cb918debc641010b005473 100644 (file)
 <% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>
 <%= select_tag 'election[election_method]', options_for_select(type_hash, @election.election_method) %></p>
 
-<p><label for="election_election_method">Enable Embeddable Elections?</label>
+<!-- <p><label for="election_election_method">Enable Embeddable Elections?</label>
 <%= check_box :election, :embeddable %></p>
 
 <p><label for="election_election_method">Should results be visible before end of election?</label>
 <%= check_box :election, :early_results%></p>
+-->
 <!--[eoform:election]-->
 

Benjamin Mako Hill || Want to submit a patch?