Sha256: b733dd32a8a91eef9389c9421fe7b35d7d9cbe0ae088a55122f4b3ae3afc7363
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 Bytes
Contents
<table class="table table-condensed" <%= 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
6 entries across 3 versions & 1 rubygems