Skip to content

Commit

Permalink
Fixes from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Howes committed Apr 23, 2020
1 parent 60da8cd commit 5c85359
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
<div class="govuk-radios__item">
@Html.RadioButtonFor(m => m.TriageOption, TriageOptions.No, new { @class = "govuk-radios__input", id = "no" })
<label class="govuk-label govuk-radios__label" for="no">No</label>
<label class="govuk-label govuk-radios__label" for="no">No - I'm going to hire someone new</label>
</div>
</div>
</fieldset>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</div>
<div class="govuk-radios__item">
@Html.RadioButtonFor(m => m.TriageOption, TriageOptions.Unknown, new { @class = "govuk-radios__input", id = "unknown" })
<label class="govuk-label govuk-radios__label" for="unknown">Unknown</label>
<label class="govuk-label govuk-radios__label" for="unknown">I don't know</label>
</div>
</div>
</fieldset>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">@ViewBag.Title</h1>
<p class="govuk-body">Before you can set up an apprenticeship, you need to know the approximate training start date.</p>
<p class="govuk-body">Ask your training provider when the apprenticeship training will start. You can get their contact details from <a href="https://findapprenticeshiptraining.apprenticeships.education.gov.uk" class="govuk-link">find apprenticeship training</a>.</p>
<p class="govuk-body">Ask your training provider when the apprenticeship training will start. You can get their contact details from <a href="https://findapprenticeshiptraining.apprenticeships.education.gov.uk" class="govuk-link" target="_blank">find apprenticeship training</a>.</p>
<p class="govuk-body">Try again once you know when the apprenticeship training will start.</p>
<a href="@Url.Action(ControllerConstants.IndexActionName, ControllerConstants.EmployerTeamControllerName)" class="govuk-button" id="return-to-homepage">Return to account home</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">@ViewBag.Title</h1>
<p class="govuk-body">Before you can set up an apprenticeship, you need to <a href="https://findapprenticeshiptraining.apprenticeships.education.gov.uk" class="govuk-link">find apprenticeship training</a> and choose a training provider.</p>
<p class="govuk-body">Before you can set up an apprenticeship, you need to <a href="https://findapprenticeshiptraining.apprenticeships.education.gov.uk" class="govuk-link" target="_blank">find apprenticeship training</a> and choose a training provider.</p>
<p class="govuk-body">Try again once you've chosen a course and have found a training provider to deliver it.</p>
<a href="@Url.Action(ControllerConstants.IndexActionName, ControllerConstants.EmployerTeamControllerName)" class="govuk-button" id="return-to-homepage">Return to account home</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">@ViewBag.Title</h1>
<p class="govuk-body">Before you can set up an apprenticeship, you need to <a href="https://findapprenticeshiptraining.apprenticeships.education.gov.uk" class="govuk-link">choose a training provider</a>.</p>
<p class="govuk-body">Before you can set up an apprenticeship, you need to <a href="https://findapprenticeshiptraining.apprenticeships.education.gov.uk" class="govuk-link" target="_blank">choose a training provider</a>.</p>
<p class="govuk-body">Try again once you've found a training provider to deliver the course.</p>
<a href="@Url.Action(ControllerConstants.IndexActionName, ControllerConstants.EmployerTeamControllerName)" class="govuk-button" id="return-to-homepage">Return to account home</a>
</div>
Expand Down

0 comments on commit 5c85359

Please sign in to comment.