mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 01:19:31 +00:00
Added delete class button to class page
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<section class='classPage'>
|
||||
<section class='adminSection adminSection--buttons'>
|
||||
{{#eq userType 'account'}}
|
||||
<div class='classes__buttons'>
|
||||
{{> button style='full' colour='primary' to=deleteLink content='Delete Class' size='lg'}}
|
||||
</div>
|
||||
{{/eq}}
|
||||
</section>
|
||||
<div class='adminSection'>
|
||||
<div class='adminItem'>
|
||||
<h2>Class Overview - {{ className }}</h2>
|
||||
|
||||
Reference in New Issue
Block a user