Sha256: 8c48a7bbd876cfea2c43a508343cce67cc7dfcc0d59ba59a681b449360e177f9
Contents?: true
Size: 366 Bytes
Versions: 10
Compression:
Stored size: 366 Bytes
Contents
<%# headmin/table/body accepts block: true parameters: none %> <% content_for :table_body do %> <%= yield %> <% 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