-
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 pull request #918 from SkillsFundingAgency/CON-2078-Recruit-con…
…tent-unsubscribe-confirmation-page CON-2078 Unsubscribe content
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
10 changes: 8 additions & 2 deletions
10
...yer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.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,15 +1,21 @@ | ||
@{ | ||
ViewBag.Vpv = "/recruitment/employer/page-notification-unsubscribed-acknowledgement"; | ||
ViewBag.Title = "You’ve successfully unsubscribed from all advert and application emails"; | ||
} | ||
|
||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<div class="govuk-panel govuk-panel--confirmation"> | ||
<h1 class="govuk-panel__title"> | ||
You’ve successfully unsubscribed from recruitment emails | ||
You’ve successfully unsubscribed from all advert and application emails | ||
</h1> | ||
</div> | ||
<p>You’ll no longer get emails when you have updates to your vacancies. You can view updates on your recruitment dashboard.</p> | ||
|
||
<div class="govuk-body"> | ||
<p>You will not receive emails when there are updates to your adverts or when you have new applications.</p> | ||
<p>You can view updates on your dashboard.</p> | ||
</div> | ||
|
||
<a asp-route="@RouteNames.Dashboard_Get" class="govuk-button govuk-!-margin-bottom-6" esfa-automation="create-vacancy">Return to dashboard</a> | ||
</div> | ||
</div> |