From 7bf39c1a38bf415388f8a28dcdfaf39e2c08a6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katharina=20W=C3=BCnsche?= Date: Wed, 3 Jul 2024 16:48:39 +0200 Subject: [PATCH 1/2] Display entity references in detail view --- components/reference-button.vue | 23 ++++++++++++++--------- pages/detail/event/[id].vue | 22 ++++++++++++++++------ pages/detail/function/[id].vue | 22 ++++++++++++++++------ pages/detail/institution/[id].vue | 22 ++++++++++++++++------ pages/detail/person/[id].vue | 23 +++++++++++++++++------ pages/detail/place/[id].vue | 22 ++++++++++++++++------ pages/detail/salary/[id].vue | 18 +++++++++++++----- 7 files changed, 108 insertions(+), 44 deletions(-) diff --git a/components/reference-button.vue b/components/reference-button.vue index d2e6178..82b9446 100644 --- a/components/reference-button.vue +++ b/components/reference-button.vue @@ -1,6 +1,6 @@