X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/dc7d60a0de460c72d292b43616eb97a8b34741c8..c933ff40da110253bc4c474d9c79c3a4ed98721d:/app/views/elections/_overview_form.rhtml?ds=sidebyside diff --git a/app/views/elections/_overview_form.rhtml b/app/views/elections/_overview_form.rhtml deleted file mode 100644 index 4a76b81..0000000 --- a/app/views/elections/_overview_form.rhtml +++ /dev/null @@ -1,20 +0,0 @@ -<%= error_messages_for 'election' %> - - -


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

- -


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

- -

-<%= check_box 'election', 'anonymous', {}, 1, 0 %>

- -

Election/Voting Start Date
-<%= datetime_select :election, :startdate %>

- -

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

- - -