-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CON-2285-content changes * CON-2285-remove list * CON-2285-changed disability content * CON-2285-cleanup * CON-2285-Adds disability confident span * CON-2285 Capitalisation * CON-2285 Capitalisation * CON-2285-fix Co-authored-by: reachash <[email protected]> Co-authored-by: Ben Stone <[email protected]>
- Loading branch information
1 parent
9448b42
commit 157b913
Showing
11 changed files
with
50 additions
and
43 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
21 changes: 11 additions & 10 deletions
21
src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.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
26 changes: 13 additions & 13 deletions
26
src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.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,33 +1,33 @@ | ||
@using Esfa.Recruit.Shared.Web.Mappers | ||
@model Esfa.Recruit.Employer.Web.ViewModels.LegalEntityAgreement.LegalEntityAgreementSoftStopViewModel | ||
@{ | ||
ViewBag.Vpv = "/recruitment/employer/page-legal-entity-agreement-soft-stop"; | ||
ViewBag.Title = "Agreement not accepted"; | ||
} | ||
@{ ViewBag.Vpv = "/recruitment/employer/page-legal-entity-agreement-soft-stop"; | ||
ViewBag.Title = "Agreement not accepted"; } | ||
|
||
<div class="govuk-grid-row employer-agreement-container"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<h1 class="govuk-heading-l govuk-!-margin-bottom-8">Agreement not signed</h1> | ||
<h1 class="govuk-heading-l govuk-!-margin-bottom-8">Agreement not accepted</h1> | ||
|
||
<div class="notice govuk-!-margin-bottom-8 govuk-warning-text"> | ||
<span class="govuk-warning-text__icon das-warning-text__icon--top" aria-hidden="true">!</span> | ||
|
||
<span class="govuk-warning-text__assistive">Warning</span> | ||
<p> | ||
<strong class="govuk-warning-text__text"> | ||
@Model.LegalEntityName doesn’t have a signed agreement with the Education and Skills Funding Agency (ESFA). | ||
Without a signed agreement you can create a draft vacancy, but won’t be able to submit for posting on Find an apprenticeship. | ||
@Model.LegalEntityName does not have an accepted agreement with the Education and | ||
Skills Funding Agency (ESFA). Without an accepted agreement, | ||
you can create a draft advert, but cannot post it on Find an apprenticeship. | ||
</strong> | ||
</p> | ||
<p> | ||
<strong class="govuk-warning-text__text"> | ||
Only account owners can sign ESFA agreements. If you’re not sure who the owner is, you can | ||
<a asp-route="@RouteNames.Dashboard_AccountsAgreements" class="govuk-link">check your team details.</a> | ||
Only account owners can accept ESFA agreements. If you’re not sure who the owner is, you can | ||
<a asp-route="@RouteNames.Dashboard_AccountsAgreements" class="govuk-link">check your team details.</a> | ||
</strong> | ||
</p> | ||
</div> | ||
|
||
<a asp-route="@RouteNames.Dashboard_AccountsAgreements" class="govuk-button">Review agreement</a> | ||
<a asp-route="@RouteNames.Location_Get" class="govuk-link das-button-link">Continue anyway</a> | ||
<a asp-route="@RouteNames.Dashboard_AccountsAgreements" class="govuk-button">Review agreement</a> | ||
<div class="govuk-body"> | ||
<a asp-route="@RouteNames.Location_Get" class="govuk-link">Continue anyway</a> | ||
</div> | ||
</div> | ||
</div> |
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
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
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
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