From 901bed9b5f888717ebf2297ffeaa3570e029366f Mon Sep 17 00:00:00 2001 From: swapnamol-abraham Date: Mon, 6 Oct 2025 16:38:54 +0100 Subject: [PATCH 1/3] Corrected the completed date for the oodle course --- LearningHub.Nhs.WebUI/Views/MyLearning/Index.cshtml | 10 +++++++++- .../Views/MyLearning/LearningHistory.cshtml | 12 ++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/LearningHub.Nhs.WebUI/Views/MyLearning/Index.cshtml b/LearningHub.Nhs.WebUI/Views/MyLearning/Index.cshtml index 5707055f..5dc2d999 100644 --- a/LearningHub.Nhs.WebUI/Views/MyLearning/Index.cshtml +++ b/LearningHub.Nhs.WebUI/Views/MyLearning/Index.cshtml @@ -140,10 +140,18 @@ @displayText: - + @if(isCompleted) + { + + @certificateAwardedText + + } + else + { @dateTimeText + }
diff --git a/LearningHub.Nhs.WebUI/Views/MyLearning/LearningHistory.cshtml b/LearningHub.Nhs.WebUI/Views/MyLearning/LearningHistory.cshtml index 1f88f583..d8410924 100644 --- a/LearningHub.Nhs.WebUI/Views/MyLearning/LearningHistory.cshtml +++ b/LearningHub.Nhs.WebUI/Views/MyLearning/LearningHistory.cshtml @@ -208,10 +208,18 @@ @displayText: - + @if(isCompleted) + { + + @certificateAwardedText + + } + else + { @dateTimeText + }
@@ -255,7 +263,7 @@ Certificate: - awarded [@dateTimeText] + awarded [@certificateAwardedText]
From 838ccd1eebef644ab08237f6ceef008dbc151a6d Mon Sep 17 00:00:00 2001 From: swapnamol-abraham Date: Mon, 6 Oct 2025 16:54:24 +0100 Subject: [PATCH 2/3] Notification menu redirection --- .../Shared/Components/NavigationItems/MobileTopRightNav.cshtml | 3 ++- .../Views/Shared/Components/NavigationItems/Topnav.cshtml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/LearningHub.Nhs.WebUI/Views/Shared/Components/NavigationItems/MobileTopRightNav.cshtml b/LearningHub.Nhs.WebUI/Views/Shared/Components/NavigationItems/MobileTopRightNav.cshtml index ca277126..4ac069e8 100644 --- a/LearningHub.Nhs.WebUI/Views/Shared/Components/NavigationItems/MobileTopRightNav.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Shared/Components/NavigationItems/MobileTopRightNav.cshtml @@ -18,6 +18,7 @@ else {