Changeset 313

Show
Ignore:
Timestamp:
05/05/08 03:19:23 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

Show info about unsupported documents

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/picolena/templates/app/views/documents/_document.html.haml

    r277 r313  
    44  %small=number_to_percentage(document.score*100, :precision=>1) 
    55=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? 
    910    =link_to_plain_text_content(document) 
    1011    - 
    11     =number_to_human_size(document.size
     12    =link_to_cached_content(document,query
    1213    - 
    13     =document.pretty_date 
    14     - 
    15     =link_to_cached_content(document,query) 
     14  =number_to_human_size(document.size) 
     15  - 
     16  =document.pretty_date 
    1617%hr/