Sha256: 6edc9fab146041154aee0b2f37e30ca66b0f4b3feeb0467f2038c066d2cf4934

Contents?: true

Size: 321 Bytes

Versions: 12

Compression:

Stored size: 321 Bytes

Contents

.link
  = link_to page.link do
    %h4= page.title
  %h5= qbrick.page_path url: page.path
.summary
  -if page.excerpt.present?
    .excerpt!= page.excerpt
  -elsif page.fulltext.present?
    .fulltext!= excerpt(highlight(page.fulltext, @search), @search)

  -if page.keywords.present?
    .keywords
      = page.keywords

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
qbrick-2.7.1 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.7 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.10 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.9 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.8 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.7 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.6 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.5 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.4 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.3 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.2 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.6.1 app/views/qbrick/search/_results_entry.html.haml