Current section

Files

Jump to
phoenix_slime priv templates phoenix.gen.html.slime new.html.eex
Raw

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)