mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:39:26 +00:00
17 lines
420 B
Handlebars
17 lines
420 B
Handlebars
<section class='adminSection adminSection--buttons'>
|
|
{{#eq userType 'account'}}
|
|
<div class='classes__buttons'>
|
|
{{> button style='full' colour='primary' to='/admin/test/add' content='Add a new test' size='lg' }}
|
|
</div>
|
|
{{/eq}}
|
|
</section>
|
|
|
|
<section class='adminSection tests'>
|
|
<div class='adminItem'>
|
|
<h2>Tests</h2>
|
|
<div class='adminTable'>
|
|
{{> testTable tests=tests full=true }}
|
|
</div>
|
|
</div>
|
|
</section>
|