legendary-doc-site/apps/app/priv/templates/phx.gen.html/edit.html.eex

6 lines
272 B
Elixir
Raw Normal View History

2020-07-29 17:07:36 +00:00
<h1>Edit <%= schema.human_singular %></h1>
<%%= render "form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :update, @<%= schema.singular %>)) %>
<span><%%= link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index) %></span>