Sha256: c9f6acde378fc3849ddff1667a0364ac70983b78e9a37a471b5816cd80d4b7f7

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

= resources_table(model: model, component: component) do |table|
  = table.header do
    - attributes.each do |field|
      = table.header_for(field.name)

  = table.rows(resources) do |resource|
    - attributes.each do |field|
      = table.data_for(resource, field.name)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
para-0.5.1 app/views/para/admin/resources/_table.html.haml
para-0.5.0 app/views/para/admin/resources/_table.html.haml
para-0.4.0 app/views/para/admin/resources/_table.html.haml