ash_phoenix/priv/templates/ash_phoenix.gen.html/new.html.heex
2023-10-24 10:22:24 -04:00

8 lines
277 B
Text

<.header>
New <%= @resource %>
<:subtitle>Use this form to manage <%= @singular %> records in your database.</:subtitle>
</.header>
<.<%= @singular %>_form form={@form} action={~p"/<%= @plural %>/"} />
<.back navigate={~p"/<%= @plural %>"}>Back to <%= @plural %></.back>