Sha256: 8d3e5e86516088048b73f4e470603f0e0a0307ddb6672ef74f6703a9d390bdb9

Contents?: true

Size: 230 Bytes

Versions: 10

Compression:

Stored size: 230 Bytes

Contents

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

<div class="d-flex flex-column flex-md-row align-content-start align-items-md-center justify-content-md-between">
  <%= yield if block_given? %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

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