9 lines
395 B
Plaintext
9 lines
395 B
Plaintext
<.header>
|
|
Edit <%= schema.human_singular %> {@<%= schema.singular %>.id}
|
|
<:subtitle>Use this form to manage <%= schema.singular %> records in your database.</:subtitle>
|
|
</.header>
|
|
|
|
<.<%= schema.singular %>_form changeset={@changeset} action={~p"<%= schema.route_prefix %>/#{@<%= schema.singular %>}"} />
|
|
|
|
<.back navigate={~p"<%= schema.route_prefix %>"}>Back to <%= schema.plural %></.back>
|