X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/8f23a174c70223831055e1498b50c3ba260858fe..c35eb01007440d21ded1ec10e56406108fe44294:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 7d575e9..8efa1b3 100644 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -15,9 +15,13 @@ <%= datetime_select :election, :startdate %>

--> -

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) %>

+