From 8d5476bd43dceac554689c74e3fdc8037c4900fa Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 6 Oct 2021 19:06:42 +0200 Subject: [PATCH] Show aliases in item detail --- frontend/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/App.vue b/frontend/App.vue index 55ba1ab..fbc6583 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -422,6 +422,11 @@
description
{{ wd_item.description }} + +
aliases +
{{ wd_item.aliases.join("; ") }} +
+
item type
{{isa_labels[isa_qid]}} ({{isa_qid}})