1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:39:26 +00:00

Added classes page

This commit is contained in:
2022-02-06 20:02:16 +00:00
parent 9e523f98cd
commit c0e1a770b3
6 changed files with 53 additions and 0 deletions

4
views/partials/class.hbs Normal file
View File

@@ -0,0 +1,4 @@
<div class='classes__class adminItem' data-id={{ id }}>
<h2>{{ name }}</h2>
<h3>{{ teacher }}</h3>
</div>