From 91a92b0003d912f0be7ffaf4ec244bf2c4e9fdd4 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 23 Aug 2018 18:58:25 -0700 Subject: [PATCH] profile fields: add #each loop, allow custom emoji, tweak CSS --- .../profile/AccountProfileMeta.html | 150 +++++++----------- 1 file changed, 55 insertions(+), 95 deletions(-) diff --git a/routes/_components/profile/AccountProfileMeta.html b/routes/_components/profile/AccountProfileMeta.html index 65e898e0..4fc9d647 100644 --- a/routes/_components/profile/AccountProfileMeta.html +++ b/routes/_components/profile/AccountProfileMeta.html @@ -1,50 +1,52 @@ -
- {@html meta} -
+{#if emojifiedFields.length} +
+ + {#each emojifiedFields as field, i} + + + {/each} + +
+{/if} \ No newline at end of file