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