Skip to content

Commit

Permalink
Amended back link from close alert to go to person alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
hortha committed Oct 6, 2023
1 parent 58bde16 commit 19efd76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

@section BeforeContent {
<govuk-back-link href="@LinkGenerator.PersonDetail(Model.PersonId!.Value)">Back</govuk-back-link>
<govuk-back-link href="@LinkGenerator.PersonAlerts(Model.PersonId!.Value)">Back</govuk-back-link>
}

<h1 class="govuk-heading-l">@ViewBag.Title</h1>
Expand Down

0 comments on commit 19efd76

Please sign in to comment.