diff --git a/src/components/Event/EventActionSection.vue b/src/components/Event/EventActionSection.vue index eb8e3d41b..a7b855ff4 100644 --- a/src/components/Event/EventActionSection.vue +++ b/src/components/Event/EventActionSection.vue @@ -110,67 +110,66 @@ {{ t("Actions") }} - - - - {{ t("Participations") }} - + }) + " + > + + {{ t("Participations") }} - - - - {{ t("Announcements") }} - + }) + " + > + + {{ t("Announcements") }} - - - {{ t("Edit") }} - + }) + " + > + + {{ t("Edit") }} - - - {{ t("Duplicate") }} - + }) + " + > + + {{ t("Duplicate") }} {{ t("Delete") }} diff --git a/src/components/Event/EventParticipationCard.vue b/src/components/Event/EventParticipationCard.vue index f16348da1..2356a9888 100644 --- a/src/components/Event/EventParticipationCard.vue +++ b/src/components/Event/EventParticipationCard.vue @@ -206,16 +206,14 @@ ParticipantRole.NOT_APPROVED, ].includes(participation.role) " + @click=" + gotToWithCheck(participation, { + name: RouteName.EDIT_EVENT, + params: { eventId: participation.event.uuid }, + }) + " > -
+
{{ t("Edit") }}
@@ -224,16 +222,14 @@ -
+
{{ t("Duplicate") }}
@@ -247,8 +243,9 @@ ParticipantRole.NOT_APPROVED, ].includes(participation.role) " + @click="openDeleteEventModalWrapper" > -
+
{{ t("Delete") }}
@@ -262,16 +259,14 @@ ParticipantRole.NOT_APPROVED, ].includes(participation.role) " + @click=" + gotToWithCheck(participation, { + name: RouteName.PARTICIPATIONS, + params: { eventId: participation.event.uuid }, + }) + " > -
+
{{ t("Manage participations") }}
@@ -286,30 +281,28 @@ ParticipantRole.NOT_APPROVED, ].includes(participation.role) " - > - - - {{ t("Announcements") }} - + }) + " + > + + {{ t("Announcements") }} - - - - {{ t("View event page") }} - + params: { eventId: participation.event.uuid }, + }) + " + > + + {{ t("View event page") }}