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
Mitchell Hanberg 33c95186fb
Compile to EEx (#80)
Code is gross
2020-06-16 15:28:21 -04:00

7 lines
258 B
Elixir

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