Current section
Files
Jump to
Current section
Files
priv/templates/phx.gen.html/new.html.eex
h1 New <%= schema.human_singular %>
= render "form.html", Map.put(assigns, :action, Routes.<%= schema.singular %>_path(@conn, :create))
span= link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index)