X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/257d5a4c8c02d7b001fbfbce4aaced9f9937ff61..103b2b07ab5aa50e160b289a0a76d95356353edc:/app/views/election/edit_voters.rhtml diff --git a/app/views/election/edit_voters.rhtml b/app/views/election/edit_voters.rhtml index 1e98fba..8819b95 100644 --- a/app/views/election/edit_voters.rhtml +++ b/app/views/election/edit_voters.rhtml @@ -1,5 +1,7 @@ -<% @edit = true %> -

Edit Voter List

+
+ Edit Voter List + +
<%= render :partial => 'voter_list' %> @@ -7,4 +9,12 @@ <%= render :partial => 'voters_form' %> <% 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 %>