Skip to content

Commit 4817ed7

Browse files
committed
TD-4760 Renamed the partial view file and corrected the spelling name in it's name, checked for reference, found only in Index.cshtml for the tracking system component.
1 parent b0cffaf commit 4817ed7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Views/TrackingSystem/Delegates/DelegateCourses/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{
5555
if (course is SearchableDelegateAssessmentStatisticsViewModel)
5656
{
57-
<partial name="_CentreAssesmentCard" model="course" />
57+
<partial name="_CentreAssessmentCard" model="course" />
5858
}
5959
else if (course is SearchableDelegateCourseStatisticsViewModel)
6060
{

0 commit comments

Comments
 (0)