This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/priv/templates/temple.gen.html/edit.html.exs
2019-07-03 20:57:19 -04:00

7 lines
266 B
Elixir

h1 "Edit <%= schema.human_singular %>"
partial render("form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :update, @<%= schema.singular %>)))
span do
phx_link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index)
end