Correct some help text.
[selectricity] / app / views / voter / full_vote.rhtml
index 5e8a8d1695669256b4a963212fd0eb6e0c1332dc..be4f7bea7e400eaa4e0f6e688f0d39c61432f78d 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>
 
@@ -20,7 +22,8 @@
 
 <p>Drag and drop the items on <strong>list in the left column</strong>
 until they are in order from most preferred at the top to least
-preferred at the bottom. When you are done, press confirm to record your
+preferred at the bottom. When you are done, press the 'Submit Vote'
+button at the bottom of the left column to record your
 vote.</p>
 
 <div class="normal-header">

Benjamin Mako Hill || Want to submit a patch?