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))