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() -