first (mostly) working version of full elections.
[selectricity-live] / app / views / voter / thanks.rhtml
index ab8992cd47345bf73a1c0ebc082b32d996a6ece5..b19cb04e694bdab2a0ae88b3e2d9e110fc6d1822 100644 (file)
@@ -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?