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

Version Path
headmin-0.2.9 app/views/headmin/table/_foot.html.erb
headmin-0.2.8 app/views/headmin/table/_foot.html.erb
headmin-0.2.7 app/views/headmin/table/_foot.html.erb
headmin-0.2.6 app/views/headmin/table/_foot.html.erb
headmin-0.2.5 app/views/headmin/table/_foot.html.erb
headmin-0.2.4 app/views/headmin/table/_foot.html.erb
headmin-0.2.3 app/views/headmin/table/_foot.html.erb
headmin-0.2.2 app/views/headmin/table/_foot.html.erb
headmin-0.2.1 app/views/headmin/table/_foot.html.erb
headmin-0.2.0 app/views/headmin/table/_foot.html.erb