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

Edit Voter List

+
+ 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 %>