Sha256: 59e725dab15a3c378055719f3fc8e903f97e8697c65d46eb10a5c4c145065ce7

Contents?: true

Size: 298 Bytes

Versions: 2

Compression:

Stored size: 298 Bytes

Contents

<%#
    name: headmin/table/body
    accepts block: true
    parameters: none
%>

<tbody data-table-target="body">
<% if block_given? %>
  <% if yield.present? %>
    <%= yield %>
  <% else %>
  <tr>
    <td colspan="100%">
      <%= t('.empty') %>
    </td>
  </tr>
  <% end %>
<% end %>
</tbody>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
headmin-0.1.2 app/views/headmin/table/_body.html.erb
headmin-0.1.1 app/views/headmin/table/_body.html.erb