Current section

Files

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

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

<Layouts.app flash={@flash}<%= if scope do %> <%= scope.assign_key %>={@<%= scope.assign_key %>}<% end %>>
<.header>
Edit <%= schema.human_singular %> {@<%= schema.singular %>.<%= primary_key %>}
<: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 %>/#{@<%= schema.singular %>}"} return_to={~p"<%= scope_assign_route_prefix %><%= schema.route_prefix %>"} />
</Layouts.app>