X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..5901217a8893619fbdb02d540c08390f92eae368:/app/views/election/edit_voters.rhtml diff --git a/app/views/election/edit_voters.rhtml b/app/views/election/edit_voters.rhtml index 36de3eb..8819b95 100644 --- a/app/views/election/edit_voters.rhtml +++ b/app/views/election/edit_voters.rhtml @@ -1,10 +1,20 @@ -<% @edit = true %> -

<%= @election.name %>: Edit Voter Rolls

+
+ Edit Voter List + +
<%= render :partial => 'voter_list' %> -<%= form_tag :action => 'edit_voters', :id => @election.id %> +<% form_tag (:action => 'edit_voters', :id => @election.id) do %> <%= render :partial => 'voters_form' %> -<%= end_form_tag %> +<% end %> -<%= button_to 'Done!', :action => 'show', :id => @election.id %> +
+ Continue + +
+ +

When you are done entering voters, please click the button below +to proceed to the next step.

+ +<%= button_to 'Proceed to Next Step!', :action => 'show', :id => @election.id %>