Current section
Files
Jump to
Current section
Files
priv/templates/phoenix.gen.html.slime/new.html.eex
h2 New <%= template_singular %>
= render "form.html", changeset: @changeset, action: <%= singular %>_path(@conn, :create)
= link "Back", to: <%= singular %>_path(@conn, :index)