Sha256: aff158a1fe77531ab09e89c11000c3c7aa9a105ae1c36512532f119f59c05808

Contents?: true

Size: 250 Bytes

Versions: 16

Compression:

Stored size: 250 Bytes

Contents

- if @pages.present?
  %h2.success
    = t('.number-of-results', :count => @pages.size)
  %ul.search-results.success
    - @pages.each do |page|
      %li= render 'qbrick/search/results_entry', :page => page
- else
  %h2.no-results= t('.no-results')

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
qbrick-2.7.1 app/views/qbrick/search/_results.html.haml
qbrick-2.7 app/views/qbrick/search/_results.html.haml
qbrick-2.6.10 app/views/qbrick/search/_results.html.haml
qbrick-2.6.9 app/views/qbrick/search/_results.html.haml
qbrick-2.6.8 app/views/qbrick/search/_results.html.haml
qbrick-2.6.7 app/views/qbrick/search/_results.html.haml
qbrick-2.6.6 app/views/qbrick/search/_results.html.haml
qbrick-2.6.5 app/views/qbrick/search/_results.html.haml
qbrick-2.6.4 app/views/qbrick/search/_results.html.haml
qbrick-2.6.3 app/views/qbrick/search/_results.html.haml
qbrick-2.6.2 app/views/qbrick/search/_results.html.haml
qbrick-2.6.1 app/views/qbrick/search/_results.html.haml
qbrick-2.6.0 app/views/qbrick/search/_results.html.haml
qbrick-2.5.2 app/views/qbrick/search/_results.html.haml
qbrick-2.5.1 app/views/qbrick/search/_results.html.haml
qbrick-2.5.0 app/views/qbrick/search/_results.html.haml