Sha256: 1bb803ba284e5f5387d77d5dd3c6d6d18a40651cfc487fcf503019fd7b716e79

Contents?: true

Size: 350 Bytes

Versions: 4

Compression:

Stored size: 350 Bytes

Contents

<%#
    headmin/layout/footer
    accepts block: yes
    parameters: none
%>

<div class="footer pb-3">
  <div class="container-fluid">
    <hr>
    <div class="text-secondary">
      Headmin v.<%= Headmin::VERSION %>
      <span class="float-end">
        <%= yield unless content_for(:layout).eql?(yield) %>
      </span>
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
headmin-0.6.3 app/views/headmin/layout/_footer.html.erb
headmin-0.6.2 app/views/headmin/layout/_footer.html.erb
headmin-0.6.1 app/views/headmin/layout/_footer.html.erb
headmin-0.6.0 app/views/headmin/layout/_footer.html.erb