7 lines
240 B
Elixir
7 lines
240 B
Elixir
h1 "New <%= schema.human_singular %>"
|
|
|
|
partial render("form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :create)))
|
|
|
|
span do
|
|
phx_link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index)
|
|
end
|