Skip to content

Commit

Permalink
Merge pull request #1038 from DFE-Digital/feature/form-a-mat-search-c…
Browse files Browse the repository at this point in the history
…hanges

Show FAM reference on form a mat project page
  • Loading branch information
paullocknimble authored Apr 9, 2024
2 parents fa9d75b + f8d4b38 commit 45188c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
@if (Model.Project.ApplciationReference != null || Model.Project.ApplciationReference != string.Empty)
<span class="govuk-caption-xl">Form a MAT ref: @Model.Project.ReferenceNumber</span>
@if (!string.IsNullOrEmpty(Model.Project.ApplciationReference))
{
<span class="govuk-caption-xl">Application ref: @Model.Project.ApplciationReference</span>
}
Expand Down

0 comments on commit 45188c6

Please sign in to comment.