Skip to content

Commit

Permalink
Merge pull request #978 from DFE-Digital/feature/153489-show-conversi…
Browse files Browse the repository at this point in the history
…on-type-on-project-list

Add Route to project list
  • Loading branch information
elielijah321 authored Jan 30, 2024
2 parents 83feefe + 5748d37 commit 9932329
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<span if="projectRow.Item.HeadTeacherBoardDate.IsEmpty()" class="empty">Unconfirmed</span>
<span if="projectRow.Item.HeadTeacherBoardDate.IsPresent()">@projectRow.Item.HeadTeacherBoardDate</span>
</div>
<div id="@("type-and-route-" + projectRow.Index)" class="govuk-!-margin-top-1">
<strong>Route:</strong>
<span if="projectRow.Item.TypeAndRoute.IsEmpty()" class="empty">Unconfirmed</span>
<span if="projectRow.Item.TypeAndRoute.IsPresent()">@projectRow.Item.TypeAndRoute.RouteDescription()</span>
</div>
@if (!isFormAMat)
{
<div id="@("assigned-to-" + projectRow.Index)" class="do govuk-!-margin-top-1">
Expand Down

0 comments on commit 9932329

Please sign in to comment.