Sha256: ecf39944bf3f911497ff786ad284a9d3d4bdd748043049269cb280b0dd2d2f87

Contents?: true

Size: 162 Bytes

Versions: 3

Compression:

Stored size: 162 Bytes

Contents

<%= table_for @npw do |t|
  t.empty 'There is no data.'

  t.column :id
  t.column :first_name
  t.column :last_name
  t.column :category
  t.column :year
end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tableficate-0.3.2 spec/test_app/app/views/themes/empty_with_data.html.erb
tableficate-0.3.1 spec/test_app/app/views/themes/empty_with_data.html.erb
tableficate-0.3.0 spec/test_app/app/views/themes/empty_with_data.html.erb