first (mostly) working version of full elections.
[selectricity-live] / app / views / voter / thanks.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index ab8992c..b19cb04
@@ -1,6 +1,10 @@
-<% %>
+<div id="title-header">
+  <span class="header">Vote Recorded</span>
+  <span class="subheader"></span>
+</div>
 
-<p>Your vote has been recorded.</p>
+<p>Your vote has been recorded for the <strong><%= @voter.election.name
+%></strong>.</p>
 
 <p>Your unique token for this vote is: <strong><%= @voter.vote.token %></strong></p>
 

Benjamin Mako Hill || Want to submit a patch?