Current section

Files

Jump to
imagine_cms priv templates phx.gen.html edit.html.eex
Raw

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 %>)) %>