Current section

Files

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

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