X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/776bdf980f85cf230b238a80e1019fc78d53f06e..c35eb01007440d21ded1ec10e56406108fe44294:/app/views/voter/full_vote.rhtml diff --git a/app/views/voter/full_vote.rhtml b/app/views/voter/full_vote.rhtml index e6ccb26..9d4f1d0 100644 --- a/app/views/voter/full_vote.rhtml +++ b/app/views/voter/full_vote.rhtml @@ -1,13 +1,41 @@ -<% %> +
+ Vote + <%= @voter.election.name %> +
-

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

-

Voter: <%= @voter.email %>

Description:

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

<%= @voter.election.description %>

-<%= render :partial => 'vote' %> +
+ Current Voter + +
-<%= render :partial => 'sortable_vote' %> +

<%= @voter.email %>

-<%= button_to "Submit Vote", :action => 'review', :id => @voter.password %> +
+ 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 confirm to record your +vote.

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

<%=h @current_candidate.name -%>

+
+ <%=h (@current_candidate.description) %> +
+
+ <% end %> +