X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/2857ac6197adfe972a5e6129a3f26af9e148edb1..48c010a3cab1ead44b32389a9eb7870cc76d709e:/app/views/voter/full_vote.rhtml diff --git a/app/views/voter/full_vote.rhtml b/app/views/voter/full_vote.rhtml index cfc20e3..be4f7be 100644 --- a/app/views/voter/full_vote.rhtml +++ b/app/views/voter/full_vote.rhtml @@ -1,10 +1,42 @@ -<% %> +
+ Vote + <%= @voter.election.name %> +
-

Election: <%= @voter.election.name %>

-

Voter: <%= @voter.email %>

Description:

-
<%= @voter.election.description %>
+

<%= @voter.election.description %>

-<%= render :partial => 'sortable_vote' %> +<% if @voter.election.authenticated? %> +
+ Current Voter + +
+<% end %> + +

<%= @voter.email %>

+ +
+ Instructions + +
+ +

Drag and drop the items on list in the left column +until they are in order from most preferred at the top to least +preferred at the bottom. When you are done, press the 'Submit Vote' +button at the bottom of the left column to record your +vote.

+ +
+ Candidate List + +
+ +<% @voter.election.candidates.each do |candidate| %> + <% @current_candidate = candidate %> +
+

<%= h @current_candidate.name %>

+ <%= render :partial => 'election/candidate_box_info' %> +
+ <% end %> + -<%= button_to "Submit Vote", :action => 'review', :id => @voter.password %>