X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..5901217a8893619fbdb02d540c08390f92eae368:/app/views/election/edit_voters.rhtml diff --git a/app/views/election/edit_voters.rhtml b/app/views/election/edit_voters.rhtml old mode 100755 new mode 100644 index 429a907..8819b95 --- 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 %>