1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:19:25 +00:00

Added delete test button and fixed link root

This commit is contained in:
2022-03-21 09:18:29 +00:00
parent afbb7485dc
commit 31507e13fd
2 changed files with 22 additions and 5 deletions

View File

@@ -1,4 +1,11 @@
<section class='testPage'>
<section class='adminSection adminSection--buttons'>
{{#eq userType 'account'}}
<div class='classes__buttons'>
{{> button style='full' colour='primary' to=deleteLink content='Delete Test' size='lg'}}
</div>
{{/eq}}
</section>
<div class='adminSection'>
<div class='adminItem'>
<h2>Test Overview - {{ testName }}</h2>