Sha256: 18a4c53e3d406c159abe455bd00d2497a91baeda0323dbc19e4bb3d797d86cae

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

.search_results
  - if @results && @results.any?
    - @results.each do |result|
      = render :partial => "#{result.class.to_s.pluralize.underscore}/search_result", :object => result
  
  - elsif @fragment
    %li.error
      = t :no_results
      - with_info ||= false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
droom-0.2.1 app/views/droom/shared/_search_results.html.haml