1 <div id="title-header">
2 <span class="header">Vote</span>
3 <span class="subheader"><%= @voter.election.name %></span>
6 <p><strong>Description:</strong></p>
7 <p><%= @voter.election.description %></p>
9 <div class="normal-header">
10 <span class="header">Current Voter</span>
11 <span class="subheader"></span>
14 <p><strong><%= @voter.email %></strong></p>
16 <div class="normal-header">
17 <span class="header">Instructions</span>
18 <span class="subheader"></span>
21 <p>Drag and drop the items on <strong>list in the left column</strong>
22 until they are in order from most preferred at the top to least
23 preferred at the bottom. When you are done, press confirm to record your
26 <div class="normal-header">
27 <span class="header">Candidate List</span>
28 <span class="subheader"></span>
31 <% @voter.election.candidates.each do |candidate| %>
32 <% @current_candidate = candidate %>
34 <div id="cand<%= @current_candidate.id %>">
35 <h3><%=h @current_candidate.name -%></h3>
37 <%=h (@current_candidate.description) %>