Compare commits

...

2 Commits

Author SHA1 Message Date
Nat Dean-Lewis 392ce0505e feat: update footer since dep updates 1 month ago
Nat Dean-Lewis 21f1597e07 chore: minor dep updates 1 month ago
  1. 12
      Gemfile.lock
  2. 10
      app/views/layouts/_footer.html.erb

12
Gemfile.lock

@ -149,7 +149,7 @@ GEM
capybara-screenshot (1.0.26)
capybara (>= 1.0, < 4)
launchy
cgi (0.5.1)
cgi (0.5.2)
childprocess (5.0.0)
coderay (1.1.3)
coercible (1.0.0)
@ -225,10 +225,10 @@ GEM
raabro (~> 1.4)
globalid (1.3.0)
activesupport (>= 6.1)
govuk-components (6.2.0)
govuk-components (6.4.0)
html-attributes-utils (~> 1.0.0, >= 1.0.0)
pagy (>= 6, < 10)
view_component (>= 4.9, < 4.10)
view_component (>= 4.9, < 4.13)
govuk_design_system_formbuilder (5.7.1)
actionview (>= 6.1)
activemodel (>= 6.1)
@ -240,7 +240,7 @@ GEM
hashdiff (1.1.0)
html-attributes-utils (1.0.2)
activesupport (>= 6.1.4.4)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
iniparse (1.5.0)
@ -551,7 +551,7 @@ GEM
activerecord (>= 6.1)
uri (1.1.1)
useragent (0.16.11)
view_component (4.9.0)
view_component (4.12.0)
actionview (>= 7.1.0)
activesupport (>= 7.1.0)
concurrent-ruby (~> 1)
@ -571,7 +571,7 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket (1.2.10)
websocket-driver (0.7.7)
websocket-driver (0.8.2)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)

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

@ -1,5 +1,6 @@
<%= govuk_footer do |footer| %>
<%= footer.with_meta do %>
<footer class="govuk-footer" role="contentinfo">
<div class="govuk-width-container">
<div class="govuk-footer__meta">
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
<h2 class="govuk-heading-m">Get help with this service</h2>
<div class="govuk-grid-row">
@ -38,5 +39,6 @@
<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>
</div>
<% end %>
<% end %>
</div>
</div>
</footer>

Loading…
Cancel
Save