e6ccb26d16f8e55a04cc7d7bc601150a5ebb07ab
[selectricity] / app / views / voter / full_vote.rhtml
1 <% %>
2
3 <p><strong>Election:</strong> <%= @voter.election.name %></p>
4 <p><strong>Voter:</strong> <%= @voter.email %></p>
5 <p><strong>Description:</strong></p>
6 <blockquote><%= @voter.election.description %></blockquote>
7
8 <%= render :partial => 'vote' %>
9
10 <%= render :partial => 'sortable_vote' %>
11
12 <%= button_to "Submit Vote", :action => 'review', :id => @voter.password %>
13

Benjamin Mako Hill || Want to submit a patch?