Skip to content

Commit

Permalink
EPBR-6834 Update feedback form link
Browse files Browse the repository at this point in the history
Update the feedback form link to the form on our new sharepoint
  • Loading branch information
Christine-horrocks committed Oct 15, 2024
1 parent d731c6b commit 3ce794e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</a>
</li>
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="https://forms.office.com/e/hUnC3Xq1T4">
<a class="govuk-footer__link" href="https://forms.office.com/e/KX25htGMX5">
<%=t('layout.body.footer.feedback')%>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion lib/views/print_layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</a>
</li>
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="https://forms.office.com/Pages/ResponsePage.aspx?id=EGg0v32c3kOociSi7zmVqHjpWgKFmwZGtrWhJ7I-WptUQzlDR0M5UllHQTI1NjNCNUtKRVdFRU9RUS4u">
<a class="govuk-footer__link" href="https://forms.office.com/e/KX25htGMX5">
<%=t('layout.body.footer.feedback')%>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion locales/cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ cy:
<li>Ffôn: 020 3829 0748</li>
</ul>"
reporting_heading: "Rhoi gwybod am broblemau hygyrchedd gyda’r wefan hon"
reporting_paragraph: "Rydyn ni bob amser yn chwilio am ffyrdd i wella hygyrchedd y wefan hon. Os gwelwch chi unrhyw broblemau sydd heb eu rhestru ar y tudalen hwn neu os nad ydych yn credu ein bod yn bodloni’r gofynion ynglŷn â hygyrchedd, <a class=\"govuk-link\" href=\"https://forms.office.com/e/hUnC3Xq1T4\">rhowch adborth</a>."
reporting_paragraph: "Rydyn ni bob amser yn chwilio am ffyrdd i wella hygyrchedd y wefan hon. Os gwelwch chi unrhyw broblemau sydd heb eu rhestru ar y tudalen hwn neu os nad ydych yn credu ein bod yn bodloni’r gofynion ynglŷn â hygyrchedd, <a class=\"govuk-link\" href=\"https://forms.office.com/e/KX25htGMX5\">rhowch adborth</a>."
enforcement_heading: "Gweithdrefn orfodi"
enforcement_paragraph: "Mae’r Comisiwn Cydraddoldeb a Hawliau Dynol (EHRC) yn gyfrifol am orfodi Rheoliadau Hygyrchedd Cyrff y Sector Cyhoeddus (Gwefannau a Chymwysiadau Symudol) (Rhif 2) 2018 (y ‘rheoliadau hygyrchedd’). Os nad ydych yn fodlon ar sut rydyn ni’n ymateb i’ch cwyn, <a class=\"govuk-link\" href=\"https://www.equalityadvisoryservice.com/\">cysylltwch â’r Gwasanaeth Cyngor a Chymorth Cydraddoldeb (EASS)</a>."
technical_heading: "Gwybodaeth dechnegol am hygyrchedd y wefan hon"
Expand Down
2 changes: 1 addition & 1 deletion locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@ en:
<li>Telephone: 020 3829 0748</li>
</ul>"
reporting_heading: "Reporting accessibility problems with this website"
reporting_paragraph: "We’re always looking to improve the accessibility of this website. If you find any problems not listed on this page or think we’re not meeting accessibility requirements please <a class=\"govuk-link\" href=\"https://forms.office.com/e/hUnC3Xq1T4\">give feedback</a>."
reporting_paragraph: "We’re always looking to improve the accessibility of this website. If you find any problems not listed on this page or think we’re not meeting accessibility requirements please <a class=\"govuk-link\" href=\"https://forms.office.com/e/KX25htGMX5\">give feedback</a>."
enforcement_heading: "Enforcement procedure"
enforcement_paragraph: "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, <a class=\"govuk-link\" href=\"https://www.equalityadvisoryservice.com/\">contact the Equality Advisory and Support Service (EASS)</a>."
technical_heading: "Technical information about this website’s accessibility"
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/layout_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

it "has a link in the footer for the feedback form" do
expect(response.body).to have_css("footer ul.govuk-footer__inline-list li:nth-child(4) a", text: "Give feedback")
expect(response.body).to have_link("Give feedback", href: "https://forms.office.com/e/hUnC3Xq1T4")
expect(response.body).to have_link("Give feedback", href: "https://forms.office.com/e/KX25htGMX5")
end

it "has a link in the footer for the service performance" do
Expand Down

0 comments on commit 3ce794e

Please sign in to comment.