X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..c65b1e11059c5cf510b54c785d4a246215058f70:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 4a76b81..d5d7b6c 100644 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -1,20 +1,23 @@ <%= 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/Voting End Date
-<%= datetime_select :election, :enddate %>

+

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