Changeset 313
- Timestamp:
- 05/05/08 03:19:23 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/picolena/templates/app/views/documents/_document.html.haml
r277 r313 4 4 %small=number_to_percentage(document.score*100, :precision=>1) 5 5 =highlight_matching_content(document) 6 %p=link_to_containing_directory(document) 7 -if document.supported? 8 %p 6 %p 7 =link_to_containing_directory(document) 8 %br/ 9 -if document.supported? 9 10 =link_to_plain_text_content(document) 10 11 - 11 = number_to_human_size(document.size)12 =link_to_cached_content(document,query) 12 13 - 13 =document.pretty_date14 -15 =link_to_cached_content(document,query)14 =number_to_human_size(document.size) 15 - 16 =document.pretty_date 16 17 %hr/
