From 715cf167a0b6e51d9bc460b521e1080d83170688 Mon Sep 17 00:00:00 2001 From: schnulller Date: Mon, 6 Jun 2022 22:57:36 +0200 Subject: [PATCH] Better Formatting for upload index --- HaWeb/Views/Admin/Upload/Index.cshtml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/HaWeb/Views/Admin/Upload/Index.cshtml b/HaWeb/Views/Admin/Upload/Index.cshtml index 8706424..3ada090 100644 --- a/HaWeb/Views/Admin/Upload/Index.cshtml +++ b/HaWeb/Views/Admin/Upload/Index.cshtml @@ -23,6 +23,7 @@ } } +
-

@Model.ActiveTitle

+ @if (Model.Prefix != null) {
@@ -71,9 +72,11 @@
} +
+ @if (Model.UsedFiles != null && Model.Prefix != null && Model.UsedFiles.ContainsKey(Model.Prefix)) {
@@ -88,15 +91,16 @@
} + else { } +
@section Scripts { -