diff --git a/DigitalLearningSolutions.Web/Views/Frameworks/Index.cshtml b/DigitalLearningSolutions.Web/Views/Frameworks/Index.cshtml
index 127cb973db..8bb58fd4d5 100644
--- a/DigitalLearningSolutions.Web/Views/Frameworks/Index.cshtml
+++ b/DigitalLearningSolutions.Web/Views/Frameworks/Index.cshtml
@@ -3,91 +3,92 @@
@model DashboardViewModel;
@{
- ViewData["Title"] = "Dashboard";
- ViewData["Application"] = "Framework Service";
- ViewData["HeaderPathName"] = "Framework Service";
+ ViewData["Title"] = "Dashboard";
+ ViewData["Application"] = "Framework Service";
+ ViewData["HeaderPathName"] = "Framework Service";
}
@section NavMenuItems {
-
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 +
+