Current section

Files

Jump to
curator priv templates curator.registerable.install new.html.eex
Raw

priv/templates/curator.registerable.install/new.html.eex

<h2>New <%= schema.human_singular %></h2>
<%%= render "form.html", Map.put(assigns, :action, Routes.registration_path(@conn, :create)) %>
<span><%%= link "Back", to: Routes.session_path(@conn, :new) %></span>