From f31a8da0e16c078bd92600282aab23a82fd8a1a6 Mon Sep 17 00:00:00 2001 From: James Collins Date: Wed, 26 Apr 2023 13:22:20 +1000 Subject: [PATCH] added edit button --- resources/js/views/Event.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/resources/js/views/Event.vue b/resources/js/views/Event.vue index bdec50c..5ab625b 100644 --- a/resources/js/views/Event.vue +++ b/resources/js/views/Event.vue @@ -100,6 +100,15 @@

${{ computedPrice }}

+ @@ -119,6 +128,7 @@ import { stringToNumber } from "../helpers/string"; import { useApplicationStore } from "../store/ApplicationStore"; import { mediaGetVariantUrl } from "../helpers/media"; import SMPage from "../components/SMPage.vue"; +import { userHasPermission } from "../helpers/utils"; const applicationStore = useApplicationStore(); @@ -370,7 +380,7 @@ handleLoad(); margin-left: 16px; padding: 0 0 0 8px; font-size: 80%; - border-left: 4px solid var(--warning-color-darker); + border-left: 4px solid var(--warning-color-dark); } } }