diff --git a/Views/Admin/Index.cshtml b/Views/Admin/Index.cshtml index 09d8308..09ee6f6 100644 --- a/Views/Admin/Index.cshtml +++ b/Views/Admin/Index.cshtml @@ -13,17 +13,21 @@ emailServerIsSetup = false; } } +@section Nav { +
+
+
+
+ +
+ @translator.Translate(userLanguage, "Admin Panel") +
+
+
+
+} @model AdminViewModel
-
-
- -
-
- @translator.Translate(userLanguage, "Admin Panel") -
-
-
@@ -56,23 +60,23 @@