legendary-doc-site/apps/app/priv/templates/phx.gen.html/new.html.eex
2020-07-29 12:07:36 -05:00

5 lines
246 B
Elixir

<h1>New <%= schema.human_singular %></h1>
<%%= render "form.html", Map.put(assigns, :action, Routes.<%= schema.route_helper %>_path(@conn, :create)) %>
<span><%%= link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index) %></span>