From fffa334d7ee0743d616cd97e207cbb33b8658ddb Mon Sep 17 00:00:00 2001 From: Auldrin Possa Date: Thu, 27 Mar 2025 14:54:10 +0000 Subject: [PATCH] TD-5438-Moved the 'View Proficiencies' button to the top. --- .../SelfAssessmentDescription.cshtml | 36 +++++++++---------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml index 346322f8e3..bad5f5af78 100644 --- a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml +++ b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml @@ -29,23 +29,6 @@ { } -@if (Model.IsSupervised) -{ -
-
- @(Html.Raw(Model.Description)) -
-
- -
-
-} -else -{ -
@(Html.Raw(Model.Description))
-} - @if (Model.LinearNavigation) { View @Model.VocabPlural @@ -72,6 +55,19 @@ else Continue where I left off } } - - - +@if (Model.IsSupervised) +{ +
+
+ @(Html.Raw(Model.Description)) +
+
+ +
+
+} +else +{ +
@(Html.Raw(Model.Description))
+}