Sha256: 7029252ddedeed4b5a147a9c388321907301dd828cfd20c218275c89edc0e28f

Contents?: true

Size: 494 Bytes

Versions: 8

Compression:

Stored size: 494 Bytes

Contents

<footer class="navbar navbar-dark bg-dark site-footer">
  <div class="container-fluid">
    <div class="navbar-text text-left">
        <p><%= t('hyrax.footer.service_html') %></p>
        <p><%= t('hyrax.product_name') %> v<%= Hyrax::VERSION %></p>
    </div>
    <div class="navbar-right">
      <div class="navbar-text text-right">
        <p><%= t('hyrax.footer.copyright_html') %></p>
        <p><%= t('hyrax.background_attribution_html') %></p>
      </div>
    </div>
  </div>
</footer>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hyrax-5.0.0.rc2 app/views/shared/_footer.html.erb
hyrax-5.0.0.rc1 app/views/shared/_footer.html.erb
hyrax-4.0.0 app/views/shared/_footer.html.erb
hyrax-4.0.0.rc3 app/views/shared/_footer.html.erb
hyrax-4.0.0.rc2 app/views/shared/_footer.html.erb
hyrax-4.0.0.rc1 app/views/shared/_footer.html.erb
hyrax-4.0.0.beta2 app/views/shared/_footer.html.erb
hyrax-4.0.0.beta1 app/views/shared/_footer.html.erb