From 2a4886b325f3c26e53789df9a1960a086577a46e Mon Sep 17 00:00:00 2001 From: Alys Date: Sun, 8 May 2022 20:20:53 +1000 Subject: [PATCH] merge User ID column into Name column in Hall of Heroes --- website/client/src/components/hall/heroes.vue | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/website/client/src/components/hall/heroes.vue b/website/client/src/components/hall/heroes.vue index 28b4cfc7f2..9c1e02dc37 100644 --- a/website/client/src/components/hall/heroes.vue +++ b/website/client/src/components/hall/heroes.vue @@ -247,9 +247,6 @@ {{ $t('name') }} - - {{ $t('userId') }} - {{ $t('contribLevel') }} {{ $t('title') }} {{ $t('contributions') }} @@ -272,18 +269,17 @@ v-else :user="hero" /> - - - + +
{{ hero._id }} -
+
+ + admin panel + + {{ hero.contributor.level }} {{ hero.contributor.text }}