Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / views / voter / full_vote.rhtml
old mode 100644 (file)
new mode 100755 (executable)
index 599308f..2f1fc22
@@ -1,5 +1,10 @@
 <% %>
 
+<p><strong>Election:</strong> <%= @voter.election.name %></p>
+<p><strong>Voter:</strong> <%= @voter.email %></p>
+<p><strong>Description:</strong></p>
+<blockquote><%= @voter.election.description %></blockquote>
+
 <%= render_partial 'vote' %>
 
 

Benjamin Mako Hill || Want to submit a patch?