6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
|
<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>
|