Current section

Files

Jump to
ash_phoenix priv templates ash_phoenix.gen.html new.html.heex
Raw

priv/templates/ash_phoenix.gen.html/new.html.heex

<.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"/products"}>Back to <%= @plural %></.back>