-
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.
Merge branch 'CON-2406-provider-cookie-banner' of https://github.com/…
…SkillsFundingAgency/das-recruit into CON-2406-provider-cookie-banner
- Loading branch information
Showing
50 changed files
with
97 additions
and
49 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
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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.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
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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.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
3 changes: 2 additions & 1 deletion
3
src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.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,14 +1,15 @@ | ||
@model string | ||
@{ | ||
ViewBag.Vpv = "/recruitment/employer/page-application-withdrawn"; | ||
ViewBag.Title = "This application has been withdrawn by the candidate"; | ||
} | ||
|
||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<h1 class="govuk-heading-xl govuk-!-margin-bottom-0">This application has been withdrawn by the candidate</h1> | ||
|
||
<p class="govuk-body govuk-!-margin-top-3"> | ||
<a href="@Model" class="govuk-button">Back to vacancy</a> | ||
<a href="@Model" class="govuk-button">Back to advert</a> | ||
</p> | ||
</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
22 changes: 12 additions & 10 deletions
22
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
25 changes: 13 additions & 12 deletions
25
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,32 +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.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
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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.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
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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.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
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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.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
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
1 change: 1 addition & 0 deletions
1
src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.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
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
Oops, something went wrong.