Current section

Files

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

priv/templates/eex/edit.html.eex

<h2>Edit <%= String.capitalize(singular) %></h2>
<%%= render "_form.html",
changeset: @changeset,
action: <%= namespace_underscore %>_<%= singular %>_path(@conn, :update, @<%= singular %>) %>