From 38fbd473b5520e1a944761929ab8710ec07548f4 Mon Sep 17 00:00:00 2001 From: Daniel Manta Date: Tue, 16 Aug 2022 18:36:10 +0100 Subject: [PATCH] DLSV2-611 Competencies that do not have a description should not be bold in the self assessment overview --- .../Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml index ef52a1da4e..b23edda2bf 100644 --- a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml +++ b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml @@ -50,7 +50,7 @@ } else { -

+

@competency.Vocabulary @competency.Name

@if (competency.Description != null)