diff --git a/LearningHub.Nhs.WebUI/Views/Catalogue/Catalogues.cshtml b/LearningHub.Nhs.WebUI/Views/Catalogue/Catalogues.cshtml
index 486a6b624..a5b5b6acd 100644
--- a/LearningHub.Nhs.WebUI/Views/Catalogue/Catalogues.cshtml
+++ b/LearningHub.Nhs.WebUI/Views/Catalogue/Catalogues.cshtml
@@ -76,7 +76,7 @@
diff --git a/LearningHub.Nhs.WebUI/Views/Home/Dashboard.cshtml b/LearningHub.Nhs.WebUI/Views/Home/Dashboard.cshtml
index 4acd0c8c7..59528c734 100644
--- a/LearningHub.Nhs.WebUI/Views/Home/Dashboard.cshtml
+++ b/LearningHub.Nhs.WebUI/Views/Home/Dashboard.cshtml
@@ -21,7 +21,7 @@
}
-
+
-
+
diff --git a/LearningHub.Nhs.WebUI/Views/Home/_CatalogueTray.cshtml b/LearningHub.Nhs.WebUI/Views/Home/_CatalogueTray.cshtml
index fd8932610..dcdb35170 100644
--- a/LearningHub.Nhs.WebUI/Views/Home/_CatalogueTray.cshtml
+++ b/LearningHub.Nhs.WebUI/Views/Home/_CatalogueTray.cshtml
@@ -23,7 +23,8 @@
CatalogueDashboard = Model.Catalogues.Type,
CurrentPage = Model.Catalogues.CurrentPage,
TotalPages = Model.Catalogues.TotalPages,
- TotalCount = Model.Catalogues.TotalCount
+ TotalCount = Model.Catalogues.TotalCount,
+ DashboardTrayLearningResourceType = Model.DashboardTrayLearningResourceType
};
}
diff --git a/LearningHub.Nhs.WebUI/Views/Home/_CertificateCard.cshtml b/LearningHub.Nhs.WebUI/Views/Home/_CertificateCard.cshtml
index b2716efb4..485eb1af4 100644
--- a/LearningHub.Nhs.WebUI/Views/Home/_CertificateCard.cshtml
+++ b/LearningHub.Nhs.WebUI/Views/Home/_CertificateCard.cshtml
@@ -42,10 +42,10 @@
}
);
}
-
+
-
+
@if ((ResourceTypeEnum)Model.Item2.ResourceTypeId == ResourceTypeEnum.Moodle)
{
diff --git a/LearningHub.Nhs.WebUI/Views/Home/_LearningActivityCard.cshtml b/LearningHub.Nhs.WebUI/Views/Home/_LearningActivityCard.cshtml
index 03d76d2b8..799c4169d 100644
--- a/LearningHub.Nhs.WebUI/Views/Home/_LearningActivityCard.cshtml
+++ b/LearningHub.Nhs.WebUI/Views/Home/_LearningActivityCard.cshtml
@@ -22,10 +22,10 @@
return moodleApiService.GetCourseUrl(courseId);
}
}
-
+
-
+
@if (ViewActivityHelper.GetResourceTypeDesc(Model.Item2.ResourceType) == "Course")
{
diff --git a/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml b/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml
index 76dd1a61d..1fd3e413a 100644
--- a/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml
+++ b/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml
@@ -32,7 +32,7 @@
My courses and elearning
-