-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CON-2486-Access Denied * CON-2486-'Access denied' message displayed to Viewer user * CON-2486- Update 'Access denied' message displayed to Viewer user * CON-2486-Access Denied Link Co-authored-by: Raj <reachash1@hotmail.com>
- Loading branch information
1 parent
78329c7
commit bf2d107
Showing
4 changed files
with
29 additions
and
7 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
15 changes: 13 additions & 2 deletions
15
src/SFA.DAS.EmployerCommitmentsV2.Web/Views/Error/403.cshtml
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 |
---|---|---|
@@ -1,7 +1,18 @@ | ||
@{ | ||
@inject ILinkGenerator LinkGenerator | ||
@using SFA.DAS.EmployerCommitmentsV2.Web.Extensions | ||
|
||
@{ | ||
ViewData["Title"] = "Access denied"; | ||
ViewBag.GaData.Vpv = "/error/403"; | ||
} | ||
|
||
<h1 class="govuk-heading-xl">Access denied</h1> | ||
<p class="govuk-body">Your account does not have sufficient privileges.</p> | ||
<p class="govuk-body">Your account does not have sufficient privileges.</p> | ||
|
||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<p>If you are experiencing difficulty accessing the area of the site you need, first contact an/the account owner to ensure you have the correct role assigned to your account.</p> | ||
</div> | ||
</div> | ||
|
||
<a class="govuk-button" href="@LinkGenerator.EmployerAccountsHome()">Go back to the service home page</a> |
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