From 203b2889f124ac84db842baee4722379f234b7f6 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 7 Jul 2022 05:14:31 -0400 Subject: app/views: Remove unused schemas --- app/views/contact.view.php | 2 +- app/views/index.view.php | 2 +- app/views/partials/header.php | 3 +-- app/views/upload.view.php | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) (limited to 'app') diff --git a/app/views/contact.view.php b/app/views/contact.view.php index bcf44e1..07ac68a 100644 --- a/app/views/contact.view.php +++ b/app/views/contact.view.php @@ -6,7 +6,7 @@ -
+
diff --git a/app/views/index.view.php b/app/views/index.view.php index 20b375e..8261d35 100644 --- a/app/views/index.view.php +++ b/app/views/index.view.php @@ -4,7 +4,7 @@ -
+
diff --git a/app/views/partials/header.php b/app/views/partials/header.php index b4a6b62..b236575 100644 --- a/app/views/partials/header.php +++ b/app/views/partials/header.php @@ -1,5 +1,5 @@ - + @@ -13,7 +13,6 @@ - diff --git a/app/views/upload.view.php b/app/views/upload.view.php index b5f4874..93ab171 100644 --- a/app/views/upload.view.php +++ b/app/views/upload.view.php @@ -6,7 +6,7 @@ -
+

Upload Files

-- cgit v1.2.3