Sha256: 30ff8201429ae25609eb106fb67a4ef2e403a5a9f42cb5ec0b32cd31991c4c83

Contents?: true

Size: 326 Bytes

Versions: 10

Compression:

Stored size: 326 Bytes

Contents

<%#
    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

10 entries across 10 versions & 1 rubygems

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