From aa600d9b16f73ba3af5e42fc1558e710ae955b5b Mon Sep 17 00:00:00 2001
From: Syndamia
Date: Sun, 9 Feb 2025 19:59:10 +0200
Subject: feat(views/list): Add buttons to items
---
views/list/item.php | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
(limited to 'views/list/item.php')
diff --git a/views/list/item.php b/views/list/item.php
index 17a6a59..0146dbe 100644
--- a/views/list/item.php
+++ b/views/list/item.php
@@ -13,7 +13,17 @@
-
-
+ UID === $list->AuthorUID): ?>
+
+
+ UID === $list->AuthorUID || $user->Role === 'Admin')): ?>
+
+
--
cgit v1.2.3