Current section

Files

Jump to
phoenix priv templates phx.gen.html new.html.heex
Raw

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

<Layouts.app flash={@flash}<%= if scope do %> <%= scope.assign_key %>={@<%= scope.assign_key %>}<% end %>>
<.header>
New <%= schema.human_singular %>
<:subtitle>Use this form to manage <%= schema.singular %> records in your database.</:subtitle>
</.header>
<.<%= schema.singular %>_form changeset={@changeset} action={~p"<%= scope_assign_route_prefix %><%= schema.route_prefix %>"} return_to={~p"<%= scope_assign_route_prefix %><%= schema.route_prefix %>"} />
</Layouts.app>