Refactor and add securities controller
This commit is contained in:
8
lib/tradex_web/controllers/security_html/edit.html.heex
Normal file
8
lib/tradex_web/controllers/security_html/edit.html.heex
Normal file
@@ -0,0 +1,8 @@
|
||||
<.header>
|
||||
Edit Security {@security.id}
|
||||
<:subtitle>Use this form to manage security records in your database.</:subtitle>
|
||||
</.header>
|
||||
|
||||
<.security_form changeset={@changeset} action={~p"/securities/#{@security}"} />
|
||||
|
||||
<.back navigate={~p"/securities"}>Back to securities</.back>
|
Reference in New Issue
Block a user