Sha256: 1561cf8106e7a7271f47e707fde826b196ead073931093ae3ab0cf692d38ce9b
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
<% # headmin/heading # # Accepts a block # # ==== References # https://headmin.dev/docs/heading # https://headmin.dev/preview/heading # # ==== Examples # Basic version # <%= render 'headmin/heading' do %#> # Title # <% end %#> %> <div class="h-heading d-flex flex-column flex-md-row align-items-start align-items-md-end justify-content-between"> <%= yield %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
headmin-0.5.2 | app/views/headmin/_heading.html.erb |