From c27c2a7a488c2b9d746e98625f4b6a385130fc8c Mon Sep 17 00:00:00 2001 From: Dalin Akrasi Date: Wed, 12 Jun 2024 09:05:53 +0100 Subject: [PATCH] Add alternative hidden text to be displayed when certificate is not available in My Learning page --- LearningHub.Nhs.WebUI/Views/MyLearning/_ActivityTable.cshtml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LearningHub.Nhs.WebUI/Views/MyLearning/_ActivityTable.cshtml b/LearningHub.Nhs.WebUI/Views/MyLearning/_ActivityTable.cshtml index 9df2b40fa..017c2bac7 100644 --- a/LearningHub.Nhs.WebUI/Views/MyLearning/_ActivityTable.cshtml +++ b/LearningHub.Nhs.WebUI/Views/MyLearning/_ActivityTable.cshtml @@ -108,6 +108,9 @@ View certificate } } + else { + Certificate unavailable + }