forked from potsda.mn/mobilizon
6 lines
171 B
Elixir
6 lines
171 B
Elixir
|
<h2>New Account</h2>
|
||
|
|
||
|
<%= render "form.html", Map.put(assigns, :action, account_path(@conn, :create)) %>
|
||
|
|
||
|
<span><%= link "Back", to: account_path(@conn, :index) %></span>
|