Sha256: df2e18d4ca3a45d7f1208110934bcfad3e4147686b3b86ed8f4b82a3b02528c8

Contents?: true

Size: 191 Bytes

Versions: 5

Compression:

Stored size: 191 Bytes

Contents

<%= grid(@tasks_grid2) do |g|
  g.blank_slate content_tag(:div, "No records found", class: 'well')
  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/_grid2.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/no_records/_grid2.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/no_records/_grid2.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/no_records/_grid2.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/no_records/_grid2.html.erb