From d0bfe89257b90d13ab00afb0b67fa1b7042a4f68 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 18 Nov 2019 15:43:40 +0000 Subject: [PATCH] CON-996-remove-get-help-dropdown --- src/Employer/Employer.Web/Views/Shared/_Layout.cshtml | 1 - .../Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml | 1 - src/Provider/Provider.Web/Views/Shared/_Layout.cshtml | 1 - .../Provider.Web/Views/Shared/_LayoutWithoutNavigation.cshtml | 1 - 4 files changed, 4 deletions(-) diff --git a/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml b/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml index f13010b925..fe57af6f97 100644 --- a/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml +++ b/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml @@ -173,7 +173,6 @@
@RenderBody() -
diff --git a/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml b/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml index a670cb8a47..df799d72dc 100644 --- a/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml +++ b/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml @@ -131,7 +131,6 @@ public bool IsErrorPage()
@RenderBody() -
diff --git a/src/Provider/Provider.Web/Views/Shared/_Layout.cshtml b/src/Provider/Provider.Web/Views/Shared/_Layout.cshtml index e1b6b8de9d..a37519cd20 100644 --- a/src/Provider/Provider.Web/Views/Shared/_Layout.cshtml +++ b/src/Provider/Provider.Web/Views/Shared/_Layout.cshtml @@ -164,7 +164,6 @@
@RenderBody() -
diff --git a/src/Provider/Provider.Web/Views/Shared/_LayoutWithoutNavigation.cshtml b/src/Provider/Provider.Web/Views/Shared/_LayoutWithoutNavigation.cshtml index 7be2f087fc..bab7f6efe9 100644 --- a/src/Provider/Provider.Web/Views/Shared/_LayoutWithoutNavigation.cshtml +++ b/src/Provider/Provider.Web/Views/Shared/_LayoutWithoutNavigation.cshtml @@ -98,7 +98,6 @@ public string GetTitle()
@RenderBody() -