X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/dc7d60a0de460c72d292b43616eb97a8b34741c8..c933ff40da110253bc4c474d9c79c3a4ed98721d:/app/views/election/_voters_form.rhtml diff --git a/app/views/election/_voters_form.rhtml b/app/views/election/_voters_form.rhtml new file mode 100644 index 0000000..620b508 --- /dev/null +++ b/app/views/election/_voters_form.rhtml @@ -0,0 +1,10 @@ +

Please enter a list of new email addresses of potential voters.

+ +<%= text_area :raw_voter_list, :input_addresses %> + +

Email voters: +<%= select :raw_voter_list, :email, [ [ 'Never', 0 ], + [ 'Now', 1 ], + [ 'Vote Start', 2 ] ] %> +

+<%= submit_tag "Add" %>