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

Added view for individual user

This commit is contained in:
2022-03-21 09:16:07 +00:00
parent 8420bd9fd8
commit cd7f5de4b9

5
views/user.hbs Normal file
View File

@@ -0,0 +1,5 @@
<section class="adminSection">
<div class="adminItem">
{{json user}}
</div>
</section>