X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c5fda1e5174238779afd496014379d6446d1e3c1..da6c29f53b3598a6d2d9959df277b0340bc54cee:/app/views/voter/review.rhtml?ds=sidebyside diff --git a/app/views/voter/review.rhtml b/app/views/voter/review.rhtml index d1eb9dc..d9ecf19 100644 --- a/app/views/voter/review.rhtml +++ b/app/views/voter/review.rhtml @@ -1,31 +1,38 @@ -<% %> +
Your vote will not be recorded until you confirm it on this +page. Please review your vote carefully before clicking +confirm.
You have ranked the candidates in the following order (from most preferred to least preferred:
<%= button_to 'Confirm', :action => 'confirm', :id => @voter.password %> | -Confirm this vote now. You will be able to go back and - change it. | -
<%= button_to 'Change', :action => 'index', :id => @voter.password %> | -Go back to the voting page and vote again. | -
<%= button_to 'Discard', :action => 'discard' %> | -Discard this tentative vote and log out. | -
<%= button_to 'Discard This Vote', votepassword_url( + :action => 'index', :urlpassword => @voter.password) %>
+ +You will be returned to the voting page to vote
again, if you choose.