X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/3096416bbb8fdc92d7619aecc8237a57532d9066..34fe63727a8929d7e9c529feee1f0c1e827acdfa:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 899f00b..d5d7b6c 100644 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -1,11 +1,11 @@ <%= error_messages_for 'election' %> -


-<%= text_field 'election', 'name' %>

+


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


-<%= text_area 'election', 'description' %>

+<%= text_area 'election', 'description', :rows => 5, :cols => 60 %>

Election End Date
-<%= datetime_select :election, :enddate %>

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