Skip to content

Commit

Permalink
Merge pull request #972 from DFE-Digital/feature/147236-PRU_TASK_LIST
Browse files Browse the repository at this point in the history
Capitalise PRU group values
  • Loading branch information
elielijah321 authored Jan 22, 2024
2 parents 67ea279 + 232576a commit 4715429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

<dl class="govuk-summary-list">
<div class="govuk-summary-list__row">
<govuk-summary-list-row if="@Model.Project.IsPRU" name="grant-number-of-sites" label="Number of sites" key-width="@kw" value="@Model.Project.NumberOfSites" asp-route-id="@Model.Project.Id" asp-page="@Links.SchoolAndTrustInformationSection.NumberOfSites.Page" hidden-text="number of sites" />
<govuk-summary-list-row name="grant-funding-type" label="Grant type" key-width="@kw" value="@Model.Project.ConversionSupportGrantType" asp-route-id="@Model.Project.Id" asp-page="@Links.SchoolAndTrustInformationSection.GrantType.Page" hidden-text="grant funding type" />
<govuk-summary-list-row if="@Model.Project.IsPRU" name="grant-number-of-sites" label="Number of sites" key-width="@kw" value="@Model.Project.NumberOfSites" asp-route-id="@Model.Project.Id" asp-page="@Links.SchoolAndTrustInformationSection.NumberOfSites.Page" hidden-text="number of sites" />
<govuk-summary-list-row name="grant-funding-amount" label="Default grant amount" key-width="@kw" value="@UpdateAcademyConversionProjectPageModel.CalculateGrantAmount(Model.Project.ConversionSupportGrantType, Model.Project.SchoolPhase, Model.Project.NumberOfSites).ToMoneyString(true)" asp-route-id="Project.Id" hidden-text="grant funding amount" />
</div>
</dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
Select all that apply.
</div>

<govuk-checkbox-input name="permanently-excluded" asp-for="Project.PupilsAttendingGroupPermanentlyExcluded" label="permanently excluded" />
<govuk-checkbox-input name="medical-and-health-needs" asp-for="Project.PupilsAttendingGroupMedicalAndHealthNeeds" label="medical and health needs" />
<govuk-checkbox-input name="teenage-mums" asp-for="Project.PupilsAttendingGroupTeenageMums" label="teenage mums" />
<govuk-checkbox-input name="permanently-excluded" asp-for="Project.PupilsAttendingGroupPermanentlyExcluded" label="Permanently excluded" />
<govuk-checkbox-input name="medical-and-health-needs" asp-for="Project.PupilsAttendingGroupMedicalAndHealthNeeds" label="Medical and health needs" />
<govuk-checkbox-input name="teenage-mums" asp-for="Project.PupilsAttendingGroupTeenageMums" label="Teenage mums" />

0 comments on commit 4715429

Please sign in to comment.