Sha256: 6af06039f68c26838e8d6d04a1418b13f7eecc17203fbaa5f24791050c654b15
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
<%# name: headmin/table/footer accepts block: true parameters: none %> <div class="h-table-footer d-flex flex-column flex-md-row align-items-start align-items-md-start justify-content-between"> <% if block_given? && yield.present? %> <%= yield %> <% elsif content_for :table_header %> <%= content_for :table_header %> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
headmin-0.1.2 | app/views/headmin/table/_footer.html.erb |
headmin-0.1.1 | app/views/headmin/table/_footer.html.erb |