Sha256: 99c46ecc88d5b5e4f3414c5536cee3dfd162ae98c9d336355dab502674e3ac97

Contents?: true

Size: 171 Bytes

Versions: 3

Compression:

Stored size: 171 Bytes

Contents

<%= table_for @npw.limit(0) 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_no_data.html.erb
tableficate-0.3.1 spec/test_app/app/views/themes/empty_with_no_data.html.erb
tableficate-0.3.0 spec/test_app/app/views/themes/empty_with_no_data.html.erb