Versie module 1 van 26-7

This commit is contained in:
2026-07-26 22:18:52 +02:00
commit 26a820b41a
39 changed files with 3663 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
<div class="card">
<div class="card-body">
<h2>
<%= user.household_name %>
</h2>
<p>
Rol:
<strong>
<%= user.role %>
</strong>
</p>
<button class="btn btn-primary">
Lid uitnodigen
</button>
</div>
</div>