Both quickvotes and full-size elections use the same partial in views/voter
[selectricity-live] / 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 => 'sortable_vote' %>
9
10 <%= button_to "Submit Vote", :action => 'review', :id => @voter.password %>

Benjamin Mako Hill || Want to submit a patch?