Sha256: b8fdd5e5143d816e6cb1a914f78c3ce79a506fa30fafa2012b40fd39df937ef3
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
<%# name: 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 %> </tr> </thead>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
headmin-0.1.2 | app/views/headmin/table/_head.html.erb |
headmin-0.1.1 | app/views/headmin/table/_head.html.erb |