Skip to content

Commit

Permalink
Merge pull request #918 from SkillsFundingAgency/CON-2078-Recruit-con…
Browse files Browse the repository at this point in the history
…tent-unsubscribe-confirmation-page

CON-2078 Unsubscribe content
  • Loading branch information
ben1stone-leftdfe authored Aug 11, 2020
2 parents c2afe4e + b73d074 commit c0d37e5
Showing 1 changed file with 8 additions and 2 deletions.
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>

0 comments on commit c0d37e5

Please sign in to comment.