X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2ba40f97b78f529984ff26c7c7d61c91d213e7b0..8f23a174c70223831055e1498b50c3ba260858fe:/app/views/election/_candidate_line.rhtml diff --git a/app/views/election/_candidate_line.rhtml b/app/views/election/_candidate_line.rhtml index 5145b88..e5bcf07 100644 --- a/app/views/election/_candidate_line.rhtml +++ b/app/views/election/_candidate_line.rhtml @@ -1,19 +1,19 @@ -<% -%>
-
  • <%= @current_candidate.name -%> +
  • <%=h @current_candidate.name -%> <% if @show_details %> (<%= link_to_remote "Hide Details", :update => "cand#{@current_candidate.id}", - :url => { :action => :lessinfo_candidate, :id => @current_candidate.id } %>) + :url => { :action => :lessinfo_candidate, + :id => @current_candidate.id } %>)
    - <%= h(@current_candidate.description) %> + <%=h (@current_candidate.description) %>
    <% else %> (<%= link_to_remote "Show Details", :update => "cand#{@current_candidate.id}", :url => { :action => :moreinfo_candidate, - :id => @current_candidate.id } %>) + :id => @current_candidate.id } %>) <% end %>