Skip to content

Commit

Permalink
Update Check footer to match prototype
Browse files Browse the repository at this point in the history
Make changes so that the Check footer no longer has AYTQ-specific
content, matching instead the Check prototype.

The static content for Check hasn't been done yet and will be card up to
complete separately.
  • Loading branch information
malcolmbaig committed Jul 12, 2023
1 parent 34f8e85 commit bb5a956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app/views/layouts/check_records_layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,19 @@
<% footer.with_meta do %>
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
<h2 class="govuk-heading-m">Get help</h2>
<p class="govuk-!-font-size-16">Email: <%= govuk_link_to(t('service.email'), t('service.email'), class: "govuk-footer__link") %><br>You’ll get a response within 3 working days.</p>

<p class="govuk-!-font-size-16">Phone: 020 7593 5393<br>Monday to Friday, 9am to 5pm (except public holidays)</p>
<hr class="govuk-section-break govuk-section-break--l">
<p class="govuk-!-font-size-16">Email: <%= govuk_link_to(t('check_records_service.email'), t('check_records_service.email'), class: "govuk-footer__link") %><br>You’ll get a response within 5 working days.</p>

<h2 class="govuk-visually-hidden">Footer links</h2>

<ul class="govuk-footer__inline-list">
<li class="govuk-footer__inline-list-item">
<%= govuk_link_to("Accessibility", "/accessibility", class: "govuk-footer__link") %>
<%= govuk_link_to("Accessibility", "", class: "govuk-footer__link") %>
</li>
<li class="govuk-footer__inline-list-item">
<%= govuk_link_to("Cookies", "/cookies", class: "govuk-footer__link") %>
<%= govuk_link_to("Cookies", "", class: "govuk-footer__link") %>
</li>
<li class="govuk-footer__inline-list-item">
<%= govuk_link_to("Privacy notice", "/privacy", class: "govuk-footer__link") %>
<%= govuk_link_to("Privacy notice", "", class: "govuk-footer__link") %>
</li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ en:
url: https://access-your-teaching-qualifications.digital.education.gov.uk
check_records_service:
name: Check the record of a teacher in England
email: [email protected]

validation_errors:
email_address_format: Enter an email address in the correct format, like [email protected]
Expand Down

0 comments on commit bb5a956

Please sign in to comment.