From 8628fc78c2462cc0b99b620ca2c338bb16803305 Mon Sep 17 00:00:00 2001 From: Dominic NEED Date: Thu, 21 Nov 2024 10:48:49 +0000 Subject: [PATCH] Added No judgement to UI --- .../Pages/Trusts/Academies/_OfstedRatingCell.cshtml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DfE.FindInformationAcademiesTrusts/Pages/Trusts/Academies/_OfstedRatingCell.cshtml.cs b/DfE.FindInformationAcademiesTrusts/Pages/Trusts/Academies/_OfstedRatingCell.cshtml.cs index 4710a833d..72e3ed36e 100644 --- a/DfE.FindInformationAcademiesTrusts/Pages/Trusts/Academies/_OfstedRatingCell.cshtml.cs +++ b/DfE.FindInformationAcademiesTrusts/Pages/Trusts/Academies/_OfstedRatingCell.cshtml.cs @@ -19,6 +19,7 @@ public class OfstedRatingCellModel OfstedRatingScore.Good => "Good", OfstedRatingScore.RequiresImprovement => "Requires improvement", OfstedRatingScore.Inadequate => "Inadequate", + OfstedRatingScore.NoJudgement => "No Judgement", _ => string.Empty };