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 a76d552 + 4c84918 commit e69b9b5Copy full SHA for e69b9b5
LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml
@@ -93,7 +93,7 @@
93
<partial name="_LearningActivityCard" model="activityViewModel" />
94
</li>
95
}
96
- @if (isLastPage)
+ @if (isLastPage && pagingViewModel.TotalCount >=8)
97
{
98
<li class="nhsuk-grid-column-one-third-small-desktop nhsuk-card-group__item">
99
<div class="nhsuk-card dashboard-card">
@@ -146,7 +146,7 @@
146
<partial name="_CertificateCard" model="certificateViewmodel" />
147
148
149
+ @if (isLastPage && pagingViewModel.TotalCount >= 8)
150
151
152
0 commit comments