Sha256: 5ff5a3e8c229fff6c445be69c499c0530d1b7b2681ade4eef6c53261e99e431c
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 Bytes
Contents
<%# name: headmin/layout/footer accepts block: yes parameters: none %> <div class="footer py-4"> <div class="container-fluid"> <hr> <div class="text-secondary"> Headmin v.<%= Headmin::VERSION %> <span class="float-end"> <%= yield if block_given? %> </span> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
headmin-0.1.2 | app/views/headmin/layout/_footer.html.erb |
headmin-0.1.1 | app/views/headmin/layout/_footer.html.erb |