diff --git a/app/views/content_only/accessibility_statement.html.slim b/app/views/content_only/accessibility_statement.html.slim index 1f6ca153b..df78b6e64 100644 --- a/app/views/content_only/accessibility_statement.html.slim +++ b/app/views/content_only/accessibility_statement.html.slim @@ -23,7 +23,7 @@ h1.govuk-heading-xl li | listen to most of the website using a screen reader (including the most recent versions of NVDA and VoiceOver) p.govuk-body - | We’ve also made the website text as simple as possible to understand. + | We've also made the website text as simple as possible to understand. p.govuk-body => link_to 'AbilityNet', 'https://mcmw.abilitynet.org.uk/', target: '_blank', title: 'opens in a new window', rel: 'nofollow noreferrer' | has advice on making your device easier to use if you have a disability. @@ -45,7 +45,7 @@ h1.govuk-heading-xl =< link_to 'kingsawards@businessandtrade.gov.uk', 'mailto:kingsawards@businessandtrade.gov.uk' p.govuk-body - | We’ll consider your request and get back to you in 15 days. + | We'll consider your request and get back to you in 15 days. h2.govuk-heading-m | Reporting accessibility problems with this website @@ -55,7 +55,7 @@ h1.govuk-heading-xl h2.govuk-heading-m | Enforcement procedure p.govuk-body - | The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the ‘accessibility regulations’). If you’re not happy with how we respond to your complaint, + | The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the 'accessibility regulations'). If you're not happy with how we respond to your complaint, =< link_to 'contact the Equality Advisory and Support Service (EASS)', 'https://www.equalityadvisoryservice.com/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow' | . @@ -75,7 +75,7 @@ h1.govuk-heading-xl =< link_to 'kingsawards@businessandtrade.gov.uk', 'mailto:kingsawards@businessandtrade.gov.uk', class: 'govuk-link' h2.govuk-heading-m - | Technical information about this website’s accessibility + | Technical information about this website's accessibility p.govuk-body | DBT is committed to making its website accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018. @@ -83,19 +83,19 @@ h1.govuk-heading-xl | Compliance status p.govuk-body | This website is fully compliant with the - =< link_to 'Web Content Accessibility Guidelines version 2.1', 'https://www.w3.org/TR/WCAG21/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow' + =< link_to 'Web Content Accessibility Guidelines version 2.2', 'https://www.w3.org/TR/WCAG22/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow' | AA standard. h2.govuk-heading-l | Disproportionate burden h3.govuk-heading-m - | Content that’s not within the scope of the accessibility regulations + | Content that's not within the scope of the accessibility regulations p.govuk-body | Some of our PDFs are non-essential to our users as they also exist in HTML form. For example, we have PDFs with case summary and feedback information. h3.govuk-heading-m | Preparation of this accessibility statement p.govuk-body - | This statement was prepared on 1st November 2023. + | This statement was prepared on 18th November 2024. p.govuk-body - | This website was last tested in September 2023. The test was carried out by Bit Zesty Limited. + | This website was last tested in November 2024. The test was carried out by Bit Zesty Limited. diff --git a/app/views/content_only/admin_accessibility_statement.html.slim b/app/views/content_only/admin_accessibility_statement.html.slim index 14614ea99..2653b413c 100644 --- a/app/views/content_only/admin_accessibility_statement.html.slim +++ b/app/views/content_only/admin_accessibility_statement.html.slim @@ -6,7 +6,7 @@ h1.govuk-heading-xl .article-container article.group role="article" p.govuk-body - | This website is run by the Department for Business and Trade (DBT). We are committed to ensuring that our application management interface is accessible to all users, including those with disabilities. We strive to adhere to the Web Content Accessibility Guidelines (WCAG) 2.1, Level AA, to ensure our platform is usable by as many people as possible. + | This website is run by the Department for Business and Trade (DBT). We are committed to ensuring that our application management interface is accessible to all users, including those with disabilities. We strive to adhere to the Web Content Accessibility Guidelines (WCAG) 2.2, Level AA, to ensure our platform is usable by as many people as possible. h2.govuk-heading-m | Measures to support accessibility @@ -16,7 +16,7 @@ h1.govuk-heading-xl li strong => "Conformance to Standards:" - | We aim to comply with WCAG 2.1, Level AA standards. + | We aim to comply with WCAG 2.2, Level AA standards. li strong => "Regular Audits:" @@ -127,12 +127,12 @@ h1.govuk-heading-xl | Compliance status p.govuk-body | This website is fully compliant with the - =< link_to 'Web Content Accessibility Guidelines version 2.1', 'https://www.w3.org/TR/WCAG21/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow' + =< link_to 'Web Content Accessibility Guidelines version 2.2', 'https://www.w3.org/TR/WCAG22/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow' | AA standard. h2.govuk-heading-m | Preparation of this accessibility statement p.govuk-body - | This statement was last updated on 1st November 2023. + | This statement was last updated on 18th November 2024. p.govuk-body - | This website was last tested in September 2023. The test was carried out by Bit Zesty Limited. + | This website was last tested in November 2024. The test was carried out by Bit Zesty Limited. diff --git a/app/views/layouts/application.html.slim b/app/views/layouts/application.html.slim index 00516c2df..8c2533118 100644 --- a/app/views/layouts/application.html.slim +++ b/app/views/layouts/application.html.slim @@ -103,9 +103,9 @@ title = content_for?(:title) ? "#{'Appraisal view of ' if admin_in_read_only_mod li.govuk-footer__inline-list-item = link_to "Privacy Statement", privacy_path, class: 'govuk-footer__link' li.govuk-footer__inline-list-item - - if request.path.include?("/users") + - if request.path.include?("/users") || current_user = link_to "Accessibility Statement", accessibility_statement_path, class: 'govuk-footer__link' - - else + - else = link_to "Accessibility Statement", admin_accessibility_statement_path, class: 'govuk-footer__link' li.govuk-footer__inline-list-item = link_to "Cookie Policy", cookies_path, class: 'govuk-footer__link'