Sha256: 8f3c6f08b7d7b775c018d87f973ff22ca879b892fff2447153e410c04c09ba84

Contents?: true

Size: 203 Bytes

Versions: 5

Compression:

Stored size: 203 Bytes

Contents

<%= grid(@tasks_grid) do |g|
  g.blank_slate  do
    content_tag :div, "No records found", class: 'well'
  end
  g.column name: 'ID', attribute: 'id'
  g.column name: 'Title', attribute: 'title'
end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 spec/support/test_app/app/views/no_records/_grid1.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/no_records/_grid1.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/no_records/_grid1.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/no_records/_grid1.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/no_records/_grid1.html.erb