From d41fdb48065074187ad6ea76f1abe308ef6f82ec Mon Sep 17 00:00:00 2001 From: sherif-olaboye <123654949+sherif-olaboye@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:05:37 +0100 Subject: [PATCH] TD-5621 Align expander component on Review and Self-Assessment pages --- .../LearningPortal/SelfAssessments/_OverviewTable.cshtml | 4 ++-- .../Views/Supervisor/ReviewSelfAssessment.cshtml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml index be40c4aa32..710561909b 100644 --- a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml +++ b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml @@ -33,7 +33,7 @@ { - + @Model.First().Vocabulary
@@ -52,7 +52,7 @@ @if (!string.IsNullOrWhiteSpace(competency.Description) && !competency.AlwaysShowDescription) {
- + @competency.Name diff --git a/DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml b/DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml index 2be395320b..b1362017bd 100644 --- a/DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml +++ b/DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml @@ -177,12 +177,10 @@ @if (!string.IsNullOrWhiteSpace(competency.Description) && !competency.AlwaysShowDescription) {
- -

+ @competency.Name -

@(Html.Raw(@competency.Description))