Skip to content

Commit 49b6eb9

Browse files
committed
TD-5433-Manage Supervisor link removed
1 parent 08d1ba6 commit 49b6eb9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/RequestSignOff.cshtml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<li class="nhsuk-breadcrumb__item">Request Sign Off</li>
1313
}
1414
@section mobilebacklink
15-
{
15+
{
1616
<p class="nhsuk-breadcrumb__back">
1717
<a class="nhsuk-breadcrumb__backlink" asp-action="SelfAssessmentOverview"
1818
asp-route-vocabulary="@Model.VocabPlural()"
@@ -66,10 +66,10 @@
6666
<div class="nhsuk-checkboxes__item">
6767
<input class="nhsuk-checkboxes__input" id="optional-ompetencies" name="OptionalCompetenciesChecked" asp-for="OptionalCompetenciesChecked" type="checkbox">
6868
<label class="nhsuk-label nhsuk-checkboxes__label" for="optional-competencies">
69-
I have reviewed the optional competencies available for this self assessment and included those that are appropriate to my role.
70-
</label>
71-
</div>
72-
</nhs-form-group>
69+
I have reviewed the optional competencies available for this self assessment and included those that are appropriate to my role.
70+
</label>
71+
</div>
72+
</nhs-form-group>
7373
}
7474
</fieldset>
7575

@@ -78,7 +78,6 @@
7878
</button>
7979
</form>
8080

81-
<p>Can't see the supervisor you need? <a asp-action="ManageSupervisors" asp-route-selfAssessmentId="@Model.SelfAssessment.Id">Click here</a> to manage supervisors.</p>
8281
<div class="nhsuk-back-link">
8382
<a class="nhsuk-back-link__link"
8483
asp-action="SelfAssessmentOverview" asp-route-vocabulary="@Model.VocabPlural()"
@@ -93,7 +92,6 @@
9392
else
9493
{
9594
<p>No supervisors are identified who can sign-off the activity <strong>@Model.SelfAssessment.Name</strong> who don't have an outstanding sign-off request.</p>
96-
<p><a asp-action="ManageSupervisors" asp-route-selfAssessmentId="@Model.SelfAssessment.Id">Click here</a> to manage supervisors.</p>
9795
<div class="nhsuk-action-link">
9896
<a class="nhsuk-back-link__link"
9997
asp-action="SelfAssessmentOverview" asp-route-vocabulary="@Model.VocabPlural()"

0 commit comments

Comments
 (0)