From 146cc4e527f17714da717d232e0b80ef05939603 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sun, 1 Jan 2017 15:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=96=E9=83=A8=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84section=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Shared/_Admin.cshtml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Bootstrap.Admin/Views/Shared/_Admin.cshtml b/Bootstrap.Admin/Views/Shared/_Admin.cshtml index f81ca7d6..bf170e4e 100644 --- a/Bootstrap.Admin/Views/Shared/_Admin.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Admin.cshtml @@ -20,12 +20,10 @@ @RenderSection("Javascript", false) } -
- @RenderSection("header", false) - @RenderSection("navigator", false) -
- @RenderBody() -
- @Html.Partial("Footer") +@RenderSection("header", false) +@RenderSection("navigator", false) +
+ @RenderBody()
+@Html.Partial("Footer") @RenderSection("modal", false) \ No newline at end of file