X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/776bdf980f85cf230b238a80e1019fc78d53f06e..05ebed925ae2b5e7bf2a599536ba7d7ac15ffbf7:/app/views/voter/review.rhtml diff --git a/app/views/voter/review.rhtml b/app/views/voter/review.rhtml index b8b9089..b831aef 100644 --- a/app/views/voter/review.rhtml +++ b/app/views/voter/review.rhtml @@ -1,7 +1,11 @@ -<% %> +
+ Review + <%= @voter.election.name %> +
-<% %> -

Please review your vote carefully before confirming it.

+

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:

@@ -12,21 +16,23 @@ preferred to least preferred:

<% end %> - - - - - +
+ Confirm/Discard + +
- - - - +

Please select from one of the following pages.

- - - - +
+

<%= button_to 'Confirm This Vote', :action => 'confirm', :id => @password %>

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

If you choose, you will be able to go back
and change it up until + the end of the voting period.

+ +

<%= button_to 'Discard This Vote', votepassword_url( + :action => 'index', :urlpassword => @password) %>

+ +

You will be returned to the voting page to vote
again, if you choose.

+ + +