Current section

Files

Jump to
phoenix_custom_generators priv templates phoenix_custom_generators.gen.html edit.html.eex
Raw

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

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