Moved files around a bit more.
[selectricity] / app / views / quickvote / _candidate_list.rhtml
index ddb47e53fa7f6a49b707bcecdb530e5ef0dd1a54..4ec3db8b24014e9be500974187a93e2fa2132367 100644 (file)
@@ -1,14 +1,13 @@
-<% %>
 <!-- the list of candidates -->
-<% if flash[:candlist] %>
+<% if flash[:candidate_names] %>
   <ul>
-  <% for cand in flash[:candlist] %>
+  <% for cand in flash[:candidate_names] %>
     <li><%=h cand.capitalize %></li>
   <% end %>
   </ul>
 <% end %>
 
-<% form_remote_tag(:update => 'candlist',
+<% form_remote_tag(:update => 'candidate_names',
                     :url => { :action => 'add_candidate' },
                    :complete => "Field.focus('ajax_newcandidate')") do %>
 <p>

Benjamin Mako Hill || Want to submit a patch?