Sha256: 9a35d65923b28218135f05db3c1218cf51c46e23aa869c28074271e3ee9ba725
Contents?: true
Size: 339 Bytes
Versions: 10
Compression:
Stored size: 339 Bytes
Contents
<%# headmin/table/foot accepts block: true parameters: none %> <% content_for :table_foot do %> <%= yield if block_given? %> <% end %> <tfoot class="table-light"> <tr> <% if content_for(:table_foot).present? %> <%= content_for :table_foot %> <% else %> <%= content_for :table_head %> <% end %> </tr> </tfoot>
Version data entries
10 entries across 10 versions & 1 rubygems