Sha256: be7ca1795d52c8d462dde52a549f3bf37632b36533875d17b393d348c2900e1f

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

<table class="table table-striped" <%= table.html_params %> >
<thead>
    <tr>
    <%= partial table.template("table_column"), locals: { table: table }, collection: table.columns %>
    </tr>
</thead>
<tbody>
<%= partial table.template("table_row"), locals: { table: table }, collection: table.object %>
</tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aerogel-admin-1.4.4 views/admin/table_builder/standard/table.html.erb