diff --git a/src/api/fragments/NodeInitial.gql b/src/api/fragments/NodeInitial.gql index 0755a82..3144156 100644 --- a/src/api/fragments/NodeInitial.gql +++ b/src/api/fragments/NodeInitial.gql @@ -89,7 +89,7 @@ fragment NodeInitial on MapItemInterface { } } - siblings: rebonds { + creation_siblings: rebonds { id } diff --git a/src/pages/gallery/GalleryView.vue b/src/pages/gallery/GalleryView.vue index f7e15a9..d17e020 100644 --- a/src/pages/gallery/GalleryView.vue +++ b/src/pages/gallery/GalleryView.vue @@ -1,6 +1,6 @@ - + @@ -14,23 +14,19 @@ {{ $t('text.open-origin') }} - + {{ $t('text.open-artwork') }} - - {{ toCommaList(node.authors) }}, - , - {{ node.date.start }} - + @@ -42,25 +38,32 @@ /> - - + + + + + +
- {{ toCommaList(node.authors) }}, - , - {{ node.date.start }} -