diff --git a/Bootstrap.Admin/Bootstrap.Admin.csproj b/Bootstrap.Admin/Bootstrap.Admin.csproj
index 32268188..12a0f17f 100644
--- a/Bootstrap.Admin/Bootstrap.Admin.csproj
+++ b/Bootstrap.Admin/Bootstrap.Admin.csproj
@@ -249,6 +249,7 @@
+
Web.config
diff --git a/Bootstrap.Admin/Views/Shared/Header.cshtml b/Bootstrap.Admin/Views/Shared/Header.cshtml
index 3bc8d38e..ed5aecfa 100644
--- a/Bootstrap.Admin/Views/Shared/Header.cshtml
+++ b/Bootstrap.Admin/Views/Shared/Header.cshtml
@@ -14,7 +14,7 @@
diff --git a/Bootstrap.Admin/Views/Shared/MenuTree.cshtml b/Bootstrap.Admin/Views/Shared/MenuTree.cshtml
index 90add59d..bf282629 100644
--- a/Bootstrap.Admin/Views/Shared/MenuTree.cshtml
+++ b/Bootstrap.Admin/Views/Shared/MenuTree.cshtml
@@ -5,17 +5,12 @@
-
+ @if (Model.Count() > 0)
+ {
+
+ }