X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..adfcf4dd7d989d0560e2a8f6a590dd10c5a49a08:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 4a76b81..8d1861d 100644 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -1,20 +1,32 @@ <%= error_messages_for 'election' %> -
-<%= text_field 'election', 'name' %>
+<%= text_field :election, :name, :size => 60 %>
-<%= text_area 'election', 'description' %>
Election/Voting End Date
-<%= datetime_select :election, :enddate %>
+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%>