Skip to content

Commit

Permalink
Record the decision
Browse files Browse the repository at this point in the history
  • Loading branch information
elielijah321 committed May 15, 2024
1 parent b974d1f commit 815c627
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<partial name="_ErrorSummary"/>
}

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>
<h1 class="govuk-heading-l">Date the academy order (AO) was sent</h1>

<form method="post">
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">

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>
<h1 class="govuk-heading-l">Were any conditions set?</h1>

<form method="post">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<partial name="_ErrorSummary"/>
}

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>
<h1 class="govuk-heading-l">Date conversion was @Model.DecisionText</h1>

<form method="post">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<partial name="_ErrorSummary"/>
}

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>

<form method="post">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<partial name="_ErrorSummary"/>
}

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>
<h1 class="govuk-heading-l">Record the decision</h1>

<form method="post">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a asp-page="@Links.Decision.DecisionDate.Page" asp-route-id="@Model.Id" class="govuk-back-link">Back</a>
}

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>
<h1 class="govuk-heading-l">Check your answers before recording this decision</h1>

<dl class="govuk-summary-list">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<partial name="_ErrorSummary"/>
}

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>
<h1 class="govuk-heading-l">Who made this decision?</h1>

<form method="post">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<partial name="_ErrorSummary"/>
}

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>
<h1 class="govuk-heading-l">Why was this project deferred?</h1>

<form method="post">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<partial name="_ErrorSummary"/>
}

<span id="selection-span" class="govuk-caption-l">@Model.SchoolName</span>
<span id="selection-span" class="govuk-caption-l">Record the decision</span>
<h1 class="govuk-heading-l">Why was this project withdrawn?</h1>

<form method="post">
Expand Down

0 comments on commit 815c627

Please sign in to comment.