Skip to content

Commit

Permalink
Migrate transfers details to commitments v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJWoodcock committed Jun 9, 2021
1 parent b6778ed commit 63c014c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
{
if (Model.AccountId == transferRequest.SenderAccount.Id)
{
<a href="@Url.EmployerCommitmentsAction($"sender/transfers/{transferRequest.TransferRequestHashedId}")">Details</a>
<a href="@Url.EmployerCommitmentsV2Action($"sender/transfers/{transferRequest.TransferRequestHashedId}")">Details</a>
}
else
{
<a href="@Url.EmployerCommitmentsAction($"receiver/transfers/{transferRequest.TransferRequestHashedId}")">Details</a>
<a href="@Url.EmployerCommitmentsV2Action($"receiver/transfers/{transferRequest.TransferRequestHashedId}")">Details</a>
}
}
</td>
Expand Down

0 comments on commit 63c014c

Please sign in to comment.