Sha256: 2695f9c315f7628a620fa0c4d2cfad3953eca4c01d1e5a3e5e386995db6b0e70

Contents?: true

Size: 160 Bytes

Versions: 5

Compression:

Stored size: 160 Bytes

Contents

<%= grid(@tasks_grid3) do |g|
  g.blank_slate partial: "empty_grid"
  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/_grid3.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/no_records/_grid3.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/no_records/_grid3.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/no_records/_grid3.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/no_records/_grid3.html.erb