X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..c65b1e11059c5cf510b54c785d4a246215058f70:/app/views/election/_voters_form.rhtml diff --git a/app/views/election/_voters_form.rhtml b/app/views/election/_voters_form.rhtml index 620b508..87df4ce 100644 --- a/app/views/election/_voters_form.rhtml +++ b/app/views/election/_voters_form.rhtml @@ -1,10 +1,14 @@ -

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

+

Please enter a list of new email addresses of voters (one email +address per line).

-<%= text_area :raw_voter_list, :input_addresses %> +<%= text_area :raw_voter_list, :input_addresses, :cols => 60, :rows => 8 %> + +<%= hidden_field :raw_voter_list, :email, :value => 2 %>

-<%= submit_tag "Add" %> +<%= submit_tag "Add Voters" %>