X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5901217a8893619fbdb02d540c08390f92eae368..57a193789d1f48a856816c357483cfd7c621cd9d:/app/views/voter/full_vote.rhtml diff --git a/app/views/voter/full_vote.rhtml b/app/views/voter/full_vote.rhtml index 5534090..80ea986 100644 --- a/app/views/voter/full_vote.rhtml +++ b/app/views/voter/full_vote.rhtml @@ -1,15 +1,17 @@
- Vote Recorded - + Vote + <%= @voter.election.name %>

Description:

<%= @voter.election.description %>

+<% if @voter.election.authenticated? %>
Current Voter
+<% end %>

<%= @voter.email %>

@@ -18,7 +20,7 @@ -

Drag and drop the items on list in the right column +

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.

@@ -30,12 +32,10 @@ vote.

<% @voter.election.candidates.each do |candidate| %> <% @current_candidate = candidate %> -
-

<%=h @current_candidate.name -%>

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

<%= h @current_candidate.name %>

+ <%= render :partial => 'election/candidate_box_info' %>
<% end %> +