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