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