Current section

Files

Jump to
temple priv templates temple.gen.html new.html.exs
Raw

priv/templates/temple.gen.html/new.html.exs

h1 do: "New <%= schema.human_singular %>"
render("form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :create)))
span do
link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index)
end