Sha256: 466c2c121f3f0eb838b5c1dfc553e3a1e0e31f699a2eab622d1804e5768b4eff
Contents?: true
Size: 382 Bytes
Versions: 10
Compression:
Stored size: 382 Bytes
Contents
<%# headmin/table/body accepts block: true parameters: none %> <% content_for :table_body do %> <%= yield if block_given? %> <% end %> <tbody data-table-target="body"> <% if content_for(:table_body).present? %> <%= content_for :table_body %> <% else %> <tr> <td colspan="100%"> <%= t('.empty') %> </td> </tr> <% end %> </tbody>
Version data entries
10 entries across 10 versions & 1 rubygems