To edit pages or tickets please login with username/password: aaf/aaf

Show
Ignore:
Timestamp:
02/02/08 21:58:07 (10 months ago)
Author:
jk
Message:

to_param test for ferret_result, partial test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/app/views/searches/search.html.erb

    r245 r313  
    1414  <p><%= will_paginate @results %></p> 
    1515  <ul> 
    16     <% for result in @results -%> 
    17       <li><%= link_to result.title, content_path(result.id) %></li> 
    18     <% end -%> 
     16    <%= render :partial => @results -%> 
    1917  </ul> 
    2018  <p><%= will_paginate @results %></p> 

To edit pages or tickets please login with username/password: aaf/aaf