Current section
Files
Jump to
Current section
Files
priv/templates/phx.gen.html/edit.html.eex
<h1><%%= link "<%= schema.human_plural %>", to: Routes.<%= schema.route_helper %>_path(@conn, :index) %> / <%%= @<%= schema.singular %>.name %></h1>
<%%= render "form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :update, @<%= schema.singular %>)) %>