Skip to content

Commit

Permalink
Merge pull request #664 from DFE-Digital/cancel-bug
Browse files Browse the repository at this point in the history
Fix page link on the edit contacts form
  • Loading branch information
dneed-nimble authored Dec 13, 2024
2 parents a321771 + 055ef18 commit bdbdce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Update dependencies
- Update breadcrumbs to add page name
- Change `span` to `strong` to highlight text emphasis to screen readers on the Ofsted Safeguarding page
- Fix page on the cancel button on the edit contacts form

### Removed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<button type="submit" class="govuk-button" data-module="govuk-button" formnovalidate>
Save and continue
</button>
<a class="govuk-link" asp-page="/Trusts/Contacts" asp-route-uid="@Model.Uid">
<a class="govuk-link" asp-page="/Trusts/Contacts/InDfE" asp-route-uid="@Model.Uid">
Cancel
</a>
</div>
Expand Down

0 comments on commit bdbdce4

Please sign in to comment.