Skip to content

Commit

Permalink
Merge pull request #3479 from DFE-Digital/CAPT-2049/remove-accessibil…
Browse files Browse the repository at this point in the history
…ity-statement-for-ey

Remove accessibility statment for EY
  • Loading branch information
rjlynch authored Jan 3, 2025
2 parents 7212414 + bce4834 commit b0fae65
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="https://www.gov.uk/government/publications/privacy-information-education-providers-workforce-including-teachers/privacy-information-education-providers-workforce-including-teachers">Privacy notice</a>
</li>
<li class="govuk-footer__inline-list-item">
<%= link_to "Accessibility statement", accessibility_statement_path(current_journey_routing_name), class: "govuk-footer__link" %>
</li>
<% unless current_journey_routing_name == "early-years-payment" %>
<li class="govuk-footer__inline-list-item">
<%= link_to "Accessibility statement", accessibility_statement_path(current_journey_routing_name), class: "govuk-footer__link" %>
</li>
<% end %>
</ul>

<svg role="presentation" focusable="false" class="govuk-footer__licence-logo" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 483.2 195.7" height="17" width="41">
Expand Down

0 comments on commit b0fae65

Please sign in to comment.