Welcome @Model.Username. You are accessing as a @(Model.IsFrameworkDeveloper ? "Framework Developer" : Model.IsFrameworkContributor ? "Framework Contributor" : "Framework Viewer")
- @Model.DashboardData.FrameworksCount Frameworks -
-- @Model.DashboardData.RoleProfileCount Role Profiles -
-Welcome @Model.Username. You are accessing as a @(Model.IsFrameworkDeveloper ? "Framework Developer" : Model.IsFrameworkContributor ? "Framework Contributor" : "Framework Viewer")
There are no tasks requiring your attention.
+There are no tasks requiring your attention.
} + ++ @Model.DashboardData.FrameworksCount Frameworks +
++ @Model.DashboardData.RoleProfileCount Role Profiles +
++
@competency.Name
- @if (competency.Description != null) + @if (!string.IsNullOrWhiteSpace(competency.Description)) {@(Html.Raw(competency.Description)) diff --git a/DigitalLearningSolutions.Web/Views/SuperAdmin/AdminAccounts/_SearchableAdminAccountsCard.cshtml b/DigitalLearningSolutions.Web/Views/SuperAdmin/AdminAccounts/_SearchableAdminAccountsCard.cshtml index be0fc62d7f..50946491a4 100644 --- a/DigitalLearningSolutions.Web/Views/SuperAdmin/AdminAccounts/_SearchableAdminAccountsCard.cshtml +++ b/DigitalLearningSolutions.Web/Views/SuperAdmin/AdminAccounts/_SearchableAdminAccountsCard.cshtml @@ -74,6 +74,14 @@
@supervisor.SupervisorName, @supervisor.RoleName (@supervisor.CentreName)
- } - @if (Model.Supervisors.Count() > 3) - { -+@(Model.Supervisors.Count() - 3) more
- } +