<%=h @current_candidate.name %>
<%= link_to_remote "Delete",
:complete => "Element.remove('cand#{@current_candidate.id}')",
:url => { :action => :delete_candidate,
:id => @election.id, :candidate => @current_candidate.id } %>
<%= render :partial => 'candidate_box_info' %>