Sha256: f55dff007fea051ae1c4d86645cc357a2ad2293d5047d5eac8cae2d0e1f1812d

Contents?: true

Size: 271 Bytes

Versions: 2

Compression:

Stored size: 271 Bytes

Contents

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

<tfoot class="table-light">
<tr>
  <% if block_given? && yield.present? %>
    <%= yield %>
  <% else %>
    <%= yield :table_head if content_for(:table_head) %>
  <% end %>
</tr>
</tfoot>

Version data entries

2 entries across 2 versions & 1 rubygems

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