We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d980c6e + 4817ed7 commit e71f6a0Copy full SHA for e71f6a0
DigitalLearningSolutions.Web/Views/TrackingSystem/Delegates/DelegateCourses/Index.cshtml
@@ -54,7 +54,7 @@
54
{
55
if (course is SearchableDelegateAssessmentStatisticsViewModel)
56
57
- <partial name="_CentreAssesmentCard" model="course" />
+ <partial name="_CentreAssessmentCard" model="course" />
58
}
59
else if (course is SearchableDelegateCourseStatisticsViewModel)
60
DigitalLearningSolutions.Web/Views/TrackingSystem/Delegates/DelegateCourses/_CentreAssesmentCard.cshtml renamed to DigitalLearningSolutions.Web/Views/TrackingSystem/Delegates/DelegateCourses/_CentreAssessmentCard.cshtml
@@ -22,7 +22,7 @@
22
asp-controller="ActivityDelegates"
23
asp-action="Index"
24
asp-route-selfAssessmentId="@Model.SelfAssessmentId">
25
- View self assesment delegates
+ View self assessment delegates
26
</a>
27
</div>
28
0 commit comments