Changeset 165
- Timestamp:
- 04/19/08 12:19:54 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/oo_indexer/lib/picolena/templates/app/helpers/documents_helper.rb
r145 r165 31 31 end 32 32 33 # When possible, highlights content of the document that match the query.33 # When possible, highlights content of the document that matches the query. 34 34 def highlight_matching_content(document) 35 35 content_tag(:ul,document.matching_content.collect{|sentence|
