Sha256: 68888e0402e860f83f5a29e9270889d90d88c885ee789342c8396a75c3f72ad7

Contents?: true

Size: 338 Bytes

Versions: 4

Compression:

Stored size: 338 Bytes

Contents

.link
  = link_to page.link do
    %h4= page.title
  %h5= qbrick.page_url(:url => page.url_without_locale)
.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

4 entries across 4 versions & 1 rubygems

Version Path
qbrick-2.6.0 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.5.2 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.5.1 app/views/qbrick/search/_results_entry.html.haml
qbrick-2.5.0 app/views/qbrick/search/_results_entry.html.haml