Skip to content

Commit

Permalink
Merge pull request #723 from DFE-Digital/feature/187235-change-wording
Browse files Browse the repository at this point in the history
No banner display if app is submitted
  • Loading branch information
mshakirdfe authored Nov 18, 2024
2 parents e22cbe0 + 36374c4 commit ec7104b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions Dfe.Academies.External.Web/Pages/ApplicationOverview.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,21 @@
</p>

<h1 class="govuk-heading-l">@Model.ApplicationType.GetDescription()</h1>

<div class="govuk-notification-banner" role="region" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
<div class="govuk-notification-banner__header">
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title">
Important
</h2>
</div>
<div class="govuk-notification-banner__content">
<p class="govuk-notification-banner__heading">
You must submit the application by 11:55pm Friday 20 December 2024 to be eligible for the <a class="govuk-link" href="https://www.gov.uk/guidance/claim-the-academy-conversion-support-grant" rel="noopener">conversion support grant</a>
</p>
@if (Model.ApplicationStatus == ApplicationStatus.InProgress)
{
<div class="govuk-notification-banner" role="region" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
<div class="govuk-notification-banner__header">
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title">
Important
</h2>
</div>
<div class="govuk-notification-banner__content">
<p class="govuk-notification-banner__heading">
You must submit the application by 11:55pm Friday 20 December 2024 to be eligible for the <a class="govuk-link" href="https://www.gov.uk/guidance/claim-the-academy-conversion-support-grant" rel="noopener">conversion support grant</a>
</p>
</div>
</div>
</div>
}
<p class="govuk-body govuk-radios__conditional">
@Model.HeaderText
</p>
Expand Down

0 comments on commit ec7104b

Please sign in to comment.