diff --git a/Bootstrap.Admin/Views/Admin/Menus.cshtml b/Bootstrap.Admin/Views/Admin/Menus.cshtml
index c2eb34d3..f6dedba2 100644
--- a/Bootstrap.Admin/Views/Admin/Menus.cshtml
+++ b/Bootstrap.Admin/Views/Admin/Menus.cshtml
@@ -4,11 +4,11 @@
Layout = "_Default";
}
@section css {
+
}
@section javascript {
-
+
}
@section query {
diff --git a/Bootstrap.Admin/Views/Admin/Notifications.cshtml b/Bootstrap.Admin/Views/Admin/Notifications.cshtml
index 9c9bbdca..059da565 100644
--- a/Bootstrap.Admin/Views/Admin/Notifications.cshtml
+++ b/Bootstrap.Admin/Views/Admin/Notifications.cshtml
@@ -4,20 +4,20 @@
}
@section css {
}
diff --git a/Bootstrap.Admin/Views/Admin/Profiles.cshtml b/Bootstrap.Admin/Views/Admin/Profiles.cshtml
index d5a0b377..bdecedd1 100644
--- a/Bootstrap.Admin/Views/Admin/Profiles.cshtml
+++ b/Bootstrap.Admin/Views/Admin/Profiles.cshtml
@@ -4,29 +4,29 @@
}
@section css {
diff --git a/Bootstrap.Admin/Views/Admin/Roles.cshtml b/Bootstrap.Admin/Views/Admin/Roles.cshtml
index 29d00d49..9387a6fb 100644
--- a/Bootstrap.Admin/Views/Admin/Roles.cshtml
+++ b/Bootstrap.Admin/Views/Admin/Roles.cshtml
@@ -4,11 +4,11 @@
Layout = "_Default";
}
@section css {
+
-
}
@section javascript {
-
+
}
@section query {
diff --git a/Bootstrap.Admin/Views/Admin/Settings.cshtml b/Bootstrap.Admin/Views/Admin/Settings.cshtml
index 0cdb339f..6d208cd4 100644
--- a/Bootstrap.Admin/Views/Admin/Settings.cshtml
+++ b/Bootstrap.Admin/Views/Admin/Settings.cshtml
@@ -4,12 +4,12 @@
}
@section javascript {
-
-
+
+
-
-
+
+
diff --git a/Bootstrap.Admin/Views/Shared/_Admin.cshtml b/Bootstrap.Admin/Views/Shared/_Admin.cshtml
index a8446922..62aba882 100644
--- a/Bootstrap.Admin/Views/Shared/_Admin.cshtml
+++ b/Bootstrap.Admin/Views/Shared/_Admin.cshtml
@@ -2,31 +2,31 @@
Layout = "_Bootstrap";
}
@section css {
-
-
-
+
-
+
+
+
@RenderSection("css", false)
}
@section javascript {
-
+
-
+
-
+
+
-
@RenderSection("javascript", false)
}
@await Html.PartialAsync("navigator")
diff --git a/Bootstrap.Admin/Views/Shared/_Bootstrap.cshtml b/Bootstrap.Admin/Views/Shared/_Bootstrap.cshtml
index 14d5ec20..af940412 100644
--- a/Bootstrap.Admin/Views/Shared/_Bootstrap.cshtml
+++ b/Bootstrap.Admin/Views/Shared/_Bootstrap.cshtml
@@ -4,12 +4,12 @@
}
@section css {
-
-
+
+
-
-
+
+
@RenderSection("css", false)
@@ -23,12 +23,12 @@
}
@section javascript {
-
+
-
+
-
+
@RenderSection("javascript", false)
}
diff --git a/Bootstrap.Admin/Views/Shared/_Default.cshtml b/Bootstrap.Admin/Views/Shared/_Default.cshtml
index f639efb1..203aa5a5 100644
--- a/Bootstrap.Admin/Views/Shared/_Default.cshtml
+++ b/Bootstrap.Admin/Views/Shared/_Default.cshtml
@@ -3,25 +3,25 @@
}
@section css {
-
+
-
+
@RenderSection("css", false)
}
@section javascript {
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
diff --git a/Bootstrap.Admin/Views/Shared/_Layout.cshtml b/Bootstrap.Admin/Views/Shared/_Layout.cshtml
index 3c4d48a2..4b818ba0 100644
--- a/Bootstrap.Admin/Views/Shared/_Layout.cshtml
+++ b/Bootstrap.Admin/Views/Shared/_Layout.cshtml
@@ -21,10 +21,10 @@
-
+
-
+
@RenderSection("javascript", false)