Sha256: 3cc3b2f6112e2a8b7102bc4febcc9609392a37b47205874390fd7259a9800914

Contents?: true

Size: 310 Bytes

Versions: 7

Compression:

Stored size: 310 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 %>
      </span>
    </div>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
headmin-0.4.2 app/views/headmin/layout/_footer.html.erb
headmin-0.4.1 app/views/headmin/layout/_footer.html.erb
headmin-0.4.0 app/views/headmin/layout/_footer.html.erb
headmin-0.3.4 app/views/headmin/layout/_footer.html.erb
headmin-0.3.3 app/views/headmin/layout/_footer.html.erb
headmin-0.3.2 app/views/headmin/layout/_footer.html.erb
headmin-0.3.1 app/views/headmin/layout/_footer.html.erb