X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/adfcf4dd7d989d0560e2a8f6a590dd10c5a49a08..ee280d9250b5b4c925cc6b4809ce40437d600e7d:/app/views/voter/review.rhtml?ds=inline diff --git a/app/views/voter/review.rhtml b/app/views/voter/review.rhtml index 657c075..a72ecda 100644 --- a/app/views/voter/review.rhtml +++ b/app/views/voter/review.rhtml @@ -24,14 +24,28 @@ preferred to least preferred:
Please select from one of the following pages.
<%= button_to 'Confirm This Vote', :action => 'confirm', :id => @password %>
- -If you choose, you will be able to go back
and change it up until
- the end of hte 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.
<% if @voter.election.kiosk? and params[:kiosk] == 'true' %> + <%= button_to 'Confirm This Vote', :action => 'confirm', :id => @password, + :kiosk => true %> + <% else %> + <%= button_to 'Confirm This Vote', :action => 'confirm', :id => @password %> + <% end %> +
+ + <% unless @voter.election.kiosk? %> +If you choose, you will be able to go back
and change it up until
+ the end of the voting period.
<% if @voter.election.kiosk? and params[:kiosk] == 'true' %> + <%= button_to 'Discard This Vote', + votepassword_url(:action => 'index', :urlpassword => @password, + :kiosk => true) %> + <% else %> + <%= button_to 'Discard This Vote', + votepassword_url(:action => 'index', :urlpassword => @password) %> + <% end %> +
+