Skip to content

Commit

Permalink
Update content of message page
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanc19 committed Jan 9, 2025
1 parent c16aa9f commit fa3247c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-three-quarters-from-desktop">
<h1 class="govuk-heading-l govuk-!-margin-top-4">Vacancies and Turnover</h1>
<h1 class="govuk-heading-l govuk-!-margin-top-4">Your Workplace vacancies and turnover information</h1>
<p class="govuk-!-padding-top-3 govuk-!-padding-bottom-3">
Please take the time to keep your vacancies and turnover data up to date.
Please take the time to check and update your vacancies and turnover information under Workplace in ASC-WDS.
</p>

<h2 class="govuk-heading-m">Current staff vacancies</h2>
<p>We'll show DHSC and others how shortfalls in staffing affect the sector.</p>

<h2 class="govuk-heading-m">New starters in the last 12 months</h2>
<p>
With your help, we'll learn whether the care sector is attracting new staff and whether DHSC and government
national and local recruitment plans are working.
</p>
<p>We'll learn whether the sector is attracting new staff and whether recruitment plans are working.</p>

<h2 class="govuk-heading-m">Staff leavers in the last 12 months</h2>
<p>
The data we gather shows DHSC and government the full size of staff retention issues and helps them make national
and local policy and funding decisions.
</p>
<h2 class="govuk-heading-m">Current staff vacancies</h2>
<p>
We'll present to DHSC and others how shortfalls in staffing levels and problems with recruitment can affect the
sector over time.
</p>
<p>We'll reveal staff retention issues and help DHSC and the government make policy and funding decisions.</p>

<a [routerLink]="['/dashboard']" class="govuk-button govuk-!-margin-top-6">Continue</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class StartersLeaversVacanciesLoginMessageComponent implements OnDestroy
private subscriptions: Subscription = new Subscription();

constructor(private userService: UserService) {
this.subscriptions.add(this.userService.updateSLVMessage().subscribe((res) => {}));
this.subscriptions.add(this.userService.updateSLVMessage().subscribe(() => {}));
}

ngOnDestroy(): void {
Expand Down

0 comments on commit fa3247c

Please sign in to comment.