Current section

Files

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

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

h1 Edit <%= schema.human_singular %>
= render "form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :update, @<%= schema.singular %>))
span= link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index)