2 <div id="cand<%= @current_candidate.id %>">
3 <li><%= @current_candidate.name -%>
5 (<%= link_to_remote "Hide Details",
6 :update => "cand#{@current_candidate.id}",
7 :url => { :action => :lessinfo_candidate, :id => @current_candidate.id } %>)
10 <%= h(@current_candidate.description) %>
13 (<%= link_to_remote "Show Details",
14 :update => "cand#{@current_candidate.id}",
15 :url => { :action => :moreinfo_candidate,
16 :id => @current_candidate.id } %>)