X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/538c52ea43285fc1ae40e3c3ff5ee78befa1c142..48c010a3cab1ead44b32389a9eb7870cc76d709e:/app/views/voter/full_vote.rhtml diff --git a/app/views/voter/full_vote.rhtml b/app/views/voter/full_vote.rhtml index 9d4f1d0..be4f7be 100644 --- a/app/views/voter/full_vote.rhtml +++ b/app/views/voter/full_vote.rhtml @@ -6,10 +6,12 @@

Description:

<%= @voter.election.description %>

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

<%= @voter.email %>

@@ -20,7 +22,8 @@

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 +preferred at the bottom. When you are done, press the 'Submit Vote' +button at the bottom of the left column to record your vote.

@@ -30,12 +33,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 %> +