cat-bookmarker/deps/phoenix/priv/templates/phx.gen.html/edit.html.heex

6 lines
272 B
Plaintext
Raw Normal View History

2024-03-10 18:52:04 +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>