1 <div id="cand<%= @current_candidate.id %>">
2 <li><%=h @current_candidate.name -%>
4 (<%= link_to_remote "Hide Details",
5 :update => "cand#{@current_candidate.id}",
6 :url => { :action => :lessinfo_candidate,
7 :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 } %>)