Skip to content

Commit

Permalink
ER-1266 Displays text when no vacancies are created (#607) +semver: p…
Browse files Browse the repository at this point in the history
…atch
  • Loading branch information
Deven Shah authored May 21, 2019
1 parent e657937 commit 32de44f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
</div>
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
<div asp-hide="Model.HasVacancies">
<p class="govuk-body">
You must be a levy-paying employer to post a vacancy.
</p>
<p class="govuk-body">
You can clone vacancies once they've been submitted.
</p>
<p class="govuk-body">
Vacancies will be approved or rejected within 24 hours.
</p>
</div>
<a asp-route="@RouteNames.CreateVacancyOptions_Get" class="govuk-button govuk-!-margin-bottom-6" esfa-automation="create-vacancy">Create vacancy</a>
</div>
</div>
Expand Down

0 comments on commit 32de44f

Please sign in to comment.