Sha256: ef59e03f732e5848cf47203b2464e42ebda6b029d5add8028c3fe908206cc73a

Contents?: true

Size: 194 Bytes

Versions: 2

Compression:

Stored size: 194 Bytes

Contents

%p
  #{pluralize(@results.total, "item")} found

%ul.results.list-unstyled
  - @results.each_with_hit do |result, hit|
    %li.result
      = render "#{hit['_type']}", result: result, hit: hit

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tawork-0.0.21 app/views/search/index.html.haml
tawork-0.0.20 app/views/search/index.html.haml