Current section

Files

Jump to
openmaize priv templates phoenixauth user_new.html.eex
Raw

priv/templates/phoenixauth/user_new.html.eex

<h2>New user</h2>
<%= render "form.html", changeset: @changeset,
action: user_path(@conn, :create) %>
<%= link "Back", to: page_path(@conn, :index) %>