Current section

Files

Jump to
phoenix priv templates phx.gen.html new.html.eex
Raw

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

<h2>New <%= schema.human_singular %></h2>
<%%= render "form.html", changeset: @changeset,
action: <%= schema.singular %>_path(@conn, :create) %>
<span><%%= link "Back", to: <%= schema.singular %>_path(@conn, :index) %></span>