Skip to content

Commit

Permalink
Remove accessibility statment for EY
Browse files Browse the repository at this point in the history
The EY service hasn't been accessibility tested yet so we want to
temporarily remove the link to the accessibility statement.
  • Loading branch information
rjlynch committed Dec 30, 2024
1 parent 2cd7f30 commit 26932a1
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 26932a1

Please sign in to comment.