Current section

Files

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

priv/templates/html/edit.html.eex

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