X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/b436d3fd0e673b4f5bcc01f0e7cce39ff0e40f82..3062c2d0a2b51fdf3c6b1f3bbd35d524020890a7:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 1f540c6..a36e817 100644 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -17,7 +17,7 @@


All elections end at 23:59.
-<%= date_select :election, :enddate %>

+<%= datetime_select :election, :enddate, {:discard_hour=>true, :discard_minute=>true} %>


<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>