Browse Source

Merge branch 'main' into CLDC-4497-users-with-no-role-cannot-download-data

pull/3360/head
Nat Dean-Lewis 1 week ago committed by GitHub
parent
commit
604623e0ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      app/views/layouts/_footer.html.erb

10
app/views/layouts/_footer.html.erb

@ -1,5 +1,6 @@
<%= govuk_footer do |footer| %> <footer class="govuk-footer" role="contentinfo">
<%= footer.with_meta do %> <div class="govuk-width-container">
<div class="govuk-footer__meta">
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow"> <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
<h2 class="govuk-heading-m">Get help with this service</h2> <h2 class="govuk-heading-m">Get help with this service</h2>
<div class="govuk-grid-row"> <div class="govuk-grid-row">
@ -38,5 +39,6 @@
<div class="govuk-footer__meta-item"> <div class="govuk-footer__meta-item">
<a class="govuk-footer__link govuk-footer__copyright-logo govuk-!-margin-bottom-1" href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">© Crown copyright</a> <a class="govuk-footer__link govuk-footer__copyright-logo govuk-!-margin-bottom-1" href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">© Crown copyright</a>
</div> </div>
<% end %> </div>
<% end %> </div>
</footer>

Loading…
Cancel
Save