-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix QA issues in new Monitoring stations page (#1395)
https://eaflood.atlassian.net/browse/WATER-4679 We are working on [migrating the monitoring station page](#1340) from the legacy UI to this repo. Our fantastic QA team have spotted some issues with the first iteration that this change addresses. - The `< Back` link was supposed to be `< Go back to search` - When a monitoring station (gauging station) is linked to a licence, the link to the licence is broken This change fixes those issues.
- Loading branch information
1 parent
57d03a2
commit 8cfb1b0
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
{# Back link #} | ||
{{ | ||
govukBackLink({ | ||
text: 'Back', | ||
text: 'Go back to search', | ||
href: "/licences" | ||
}) | ||
}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters