changed images on the front page and added new headings
[selectricity] / app / views / quickvote / _advanced.rhtml
index 609e84a28ec324ac82a7f56c9b2f50d5bc69ac75..d8228cf431a0144fe9f6bc0a8bc7ad8a14e27b9a 100644 (file)
@@ -1,14 +1,14 @@
 <% fields_for 'quickvote', quickvote do |quickform| %>
 
-<h3><label for="quickvote_election_method">Election Method</label></h3>
+<p><label for="quickvote_election_method">Election Method</label></p>
 
 <p><%= quickform.select('election_method', 
     %w(ssd condorcet plurality approval borda) ) %></p>
 
-<h3><label for="quickvote_enddate">End Time</label></h3>
+<p><label for="quickvote_enddate">End Time</label></p>
 <p><%= quickform.date_select(:enddate, :start_year => Time.now.year) %></p>
 
-<h3>Visibility</h3>
+<p>Visibility</p>
 
 <p>Do you want the results to be visible while the election is active?</p>
 
@@ -16,7 +16,7 @@
 No  <%= quickform.radio_button(:viewable, 0)%></p>
 
 <% if session[:user] %>
-<h3>Notification</h3>
+<p>Notification</p>
 
 <p>Would you like to be e-mailed when this QuickVote concludes?</p>
 

Benjamin Mako Hill || Want to submit a patch?