From 3adf10ed6e56bf06b6c4c7102cbfb42b99540809 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 18 Apr 2022 12:59:32 +0000 Subject: [PATCH] Prepare test view for actual testResult format --- views/test.hbs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/views/test.hbs b/views/test.hbs index 2b84344..736a6a7 100644 --- a/views/test.hbs +++ b/views/test.hbs @@ -31,10 +31,10 @@
- Submitted by: {{result.author}} + Submitted by: {{result.account.shortName}}
- Submitted at: {{result.time}} + Submitted at: {{formatTime result.time}}
@@ -56,7 +56,11 @@
{{/each}} {{else}} - Your test result has not been submitted yet + {{#eq userType 'account'}} + You have not submitted any results yet + {{else}} + Your test result has not been submitted yet + {{/eq}} {{/if}}