From b01288b5e0117cd41d3986c50d673482a677b953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnrher?= Date: Thu, 3 Sep 2026 21:53:04 +0200 Subject: [PATCH] Small Improvements --- .../Event/Views/Partials/ParticipantsList.vue | 2 +- .../ParticipantRefund/Views/RefundPage.vue | 53 +++++++++++++------ 2 files changed, 38 insertions(+), 17 deletions(-) diff --git a/app/Domains/Event/Views/Partials/ParticipantsList.vue b/app/Domains/Event/Views/Partials/ParticipantsList.vue index ab84893..65d0199 100644 --- a/app/Domains/Event/Views/Partials/ParticipantsList.vue +++ b/app/Domains/Event/Views/Partials/ParticipantsList.vue @@ -512,7 +512,7 @@ function mailToGroup(groupKey) { | Beitrag erstatten diff --git a/app/Domains/ParticipantRefund/Views/RefundPage.vue b/app/Domains/ParticipantRefund/Views/RefundPage.vue index 3520f96..1f143f1 100644 --- a/app/Domains/ParticipantRefund/Views/RefundPage.vue +++ b/app/Domains/ParticipantRefund/Views/RefundPage.vue @@ -1,5 +1,5 @@