Skip to content

Commit eebc6fa

Browse files
TD-4560 Change the Manage optional competencies view to allow selection of competencies by group
1 parent cdebf63 commit eebc6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ else
103103

104104
<input data-group="@competencyGroup.Key" class="nhsuk-checkboxes__input select-all-checkbox" id="[email protected]" name="groupOptionalCompetenciesChecked" checked="@(competencyGroup.Any(x => x.IncludedInSelfAssessment == true) ? true : false)" type="checkbox" value="@competencyGroup.Key">
105105
<label class="nhsuk-label nhsuk-checkboxes__label nhsuk-u-font-size-16" for="[email protected]">
106-
<h3 class="nhsuk-details__summary-text nhsuk-u-margin-bottom-0"> Select all @Model.VocabPlural().ToLower()</h3>
106+
<h3> Select all @Model.VocabPlural().ToLower()</h3>
107107
</label>
108108
</div>
109109

0 commit comments

Comments
 (0)