X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/936d687077455711e0c5031f0244cc873f225658..5a8b533b5abec8dc24674e4ef084b0b9779da8af:/app/views/elections/_voters_form.rhtml diff --git a/app/views/elections/_voters_form.rhtml b/app/views/elections/_voters_form.rhtml new file mode 100644 index 0000000..620b508 --- /dev/null +++ b/app/views/elections/_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" %>