Current section

Files

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

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

<h2>Edit <%= schema.human_singular %></h2>
<%%= render "form.html", changeset: @changeset,
action: <%= schema.singular %>_path(@conn, :update, @<%= schema.singular %>) %>
<span><%%= link "Back", to: <%= schema.singular %>_path(@conn, :index) %></span>