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