X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..c35eb01007440d21ded1ec10e56406108fe44294:/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..8efa1b3 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -1,7 +1,7 @@ <%= error_messages_for 'election' %> -


+


<%= text_field 'election', 'name', :size => 60 %>


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

+