Sha256: 02e3c1dd3eb8f6f567d34fe3725fe66afe9a37951d2ea31a4deee94d0601b169
Contents?: true
Size: 273 Bytes
Versions: 10
Compression:
Stored size: 273 Bytes
Contents
<%# headmin/table/head accepts block: true parameters: none %> <thead class="table-light fw-light"> <tr> <% content_for :table_head do %> <%= yield if block_given? %> <% end %> <%= yield :table_head %> <%= yield :table_actions %> </tr> </thead>
Version data entries
10 entries across 10 versions & 1 rubygems