added first stab at a kiosk mode
[selectricity-live] / app / views / voter / full_vote.rhtml
index 5e8a8d1695669256b4a963212fd0eb6e0c1332dc..80ea98676d01b72bb50066677ea6548a85f3fe89 100644 (file)
@@ -6,10 +6,12 @@
 <p><strong>Description:</strong></p>
 <p><%= @voter.election.description %></p>
 
+<% if @voter.election.authenticated? %>
 <div class="normal-header">
   <span class="header">Current Voter</span>
   <span class="subheader"></span>
 </div>
+<% end %>
 
 <p><strong><%= @voter.email %></strong></p>
 

Benjamin Mako Hill || Want to submit a patch?