X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2fbe78e290a7b405067fddb52cad684fa5c8f3ba..c4072579c6b3e80d8f05768a9a68bc9ad7490b3c:/app/views/election/_candidate_line.rhtml diff --git a/app/views/election/_candidate_line.rhtml b/app/views/election/_candidate_line.rhtml index 870a2de..2fc9a63 100644 --- a/app/views/election/_candidate_line.rhtml +++ b/app/views/election/_candidate_line.rhtml @@ -1,19 +1,17 @@ -<% -%>
- <%= h(@current_candidate.description) %> -- <% else %> - (<%= link_to_remote "Show Details", - :update => "cand#{@current_candidate.id}", - :url => { :action => :moreinfo_candidate, - :id => @current_candidate.id } %>) - <% end %> + + (<%= link_to "Show Details", "#", + :onclick => "show_candidate_info(#{@current_candidate.id}); return false;" %>) + +