Sha256: ea414fc74cde14324d196f983203c8f574209fabc727d89123f61e0768a7a54a

Contents?: true

Size: 209 Bytes

Versions: 12

Compression:

Stored size: 209 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

12 entries across 12 versions & 2 rubygems

Version Path
wice_grid-6.1.3 spec/support/test_app/app/views/no_records/_grid1.html.erb
wice_grid-6.1.2 spec/support/test_app/app/views/no_records/_grid1.html.erb
wice_grid-6.1.1 spec/support/test_app/app/views/no_records/_grid1.html.erb
wice_grid-6.1.0 spec/support/test_app/app/views/no_records/_grid1.html.erb
pwice_grid-7.0.0 spec/support/test_app/app/views/no_records/_grid1.html.erb
pwice_grid-6.1.2 spec/support/test_app/app/views/no_records/_grid1.html.erb
pwice_grid-6.1.1 spec/support/test_app/app/views/no_records/_grid1.html.erb
pwice_grid-6.1.0 spec/support/test_app/app/views/no_records/_grid1.html.erb
pwice_grid-5.0.2 spec/support/test_app/app/views/no_records/_grid1.html.erb
pwice_grid-5.0.1 spec/support/test_app/app/views/no_records/_grid1.html.erb
pwice_grid-5.0.0 spec/support/test_app/app/views/no_records/_grid1.html.erb
wice_grid-4.1.0 spec/support/test_app/app/views/no_records/_grid1.html.erb