Refactor and add securities controller

This commit is contained in:
2025-01-28 16:13:39 +01:00
parent 55a5ece466
commit 3df76ec650
16 changed files with 509 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
<.header>
New Security
<:subtitle>Use this form to manage security records in your database.</:subtitle>
</.header>
<.security_form changeset={@changeset} action={~p"/securities"} />
<.back navigate={~p"/securities"}>Back to securities</.back>