diff --git a/views/test.hbs b/views/test.hbs index 2292a12..b3ea305 100644 --- a/views/test.hbs +++ b/views/test.hbs @@ -32,11 +32,14 @@ Result {{/eq}} + {{#eq userType 'account'}} + {{> button style='full' colour='primary' to=resultsLink content='Manage results'}} + {{/eq}}
{{#if testResults.length}} {{#each testResults}} - {{> testResult result=this userType=../userType }} + {{> testResult result=this userType=../userType edit=false }} {{/each}} {{else}} {{#eq userType 'account'}}