app/views/searches/show.html.haml in activeadmin-selleo-cms-0.0.18 vs app/views/searches/show.html.haml in activeadmin-selleo-cms-0.0.20
- old
+ new
@@ -1,6 +1,6 @@
- if @results.any?
- @results.each do |result|
%blockquote
- %p= link_to_search_result result
+ %p= link_to_search_result result.searchable
- else
%p No results
\ No newline at end of file