X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/132c17fac0edd8b6eec263f494b95beef3b4e6ac..f7389d0e26545d9e0d1e696c51da3380c7238cd7:/app/views/election/_candidate_line.rhtml diff --git a/app/views/election/_candidate_line.rhtml b/app/views/election/_candidate_line.rhtml index 870a2de..6b5b553 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;" %>) + +