Sha256: f18445bf8f72eab8a148ac8f18e0dee4302688931be3a01d3cd7262398ac12bf

Contents?: true

Size: 310 Bytes

Versions: 10

Compression:

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
headmin-0.5.9 app/views/headmin/layout/_footer.html.erb
headmin-0.5.8 app/views/headmin/layout/_footer.html.erb
headmin-0.5.7 app/views/headmin/layout/_footer.html.erb
headmin-0.5.6 app/views/headmin/layout/_footer.html.erb
headmin-0.5.5 app/views/headmin/layout/_footer.html.erb
headmin-0.5.4 app/views/headmin/layout/_footer.html.erb
headmin-0.5.3 app/views/headmin/layout/_footer.html.erb
headmin-0.5.2 app/views/headmin/layout/_footer.html.erb
headmin-0.5.1 app/views/headmin/layout/_footer.html.erb
headmin-0.5.0 app/views/headmin/layout/_footer.html.erb