Variety of small changes (mostly to properties) plus a few "in the
[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 'vote' %>
9
10

Benjamin Mako Hill || Want to submit a patch?