mobilizon/lib/eventos_web/templates/user/new.html.eex

6 lines
162 B
Elixir
Raw Normal View History

<h2>New User</h2>
<%= render "form.html", Map.put(assigns, :action, user_path(@conn, :create)) %>
<span><%= link "Back", to: user_path(@conn, :index) %></span>