mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
Added manage results button to test page
This commit is contained in:
@@ -32,11 +32,14 @@
|
||||
Result
|
||||
{{/eq}}
|
||||
</h2>
|
||||
{{#eq userType 'account'}}
|
||||
{{> button style='full' colour='primary' to=resultsLink content='Manage results'}}
|
||||
{{/eq}}
|
||||
</div>
|
||||
<div>
|
||||
{{#if testResults.length}}
|
||||
{{#each testResults}}
|
||||
{{> testResult result=this userType=../userType }}
|
||||
{{> testResult result=this userType=../userType edit=false }}
|
||||
{{/each}}
|
||||
{{else}}
|
||||
{{#eq userType 'account'}}
|
||||
|
||||
Reference in New Issue
Block a user