X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..9129a21b28c88064edfcfc8a8fa23a640f29819c:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml old mode 100755 new mode 100644 index d5d7b6c..8d1861d --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -1,23 +1,32 @@ <%= error_messages_for 'election' %> -
-<%= text_field 'election', 'name', :size => 60 %>
+<%= text_field :election, :name, :size => 60 %>
-<%= text_area 'election', 'description', :rows => 5, :cols => 60 %>
Election End Date
+
All elections end at 23:59.
<%= date_select :election, :enddate %>
+<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>
+<%= select_tag 'election[election_method]', options_for_select(type_hash, @election.election_method) %>
+<%= check_box :election, :embeddable %>
+ ++<%= check_box :election, :early_results%>