forked from potsda.mn/mobilizon
90ceb4f6fe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
170 B
Elixir
6 lines
170 B
Elixir
<h2>Edit User</h2>
|
|
|
|
<%= render "form.html", Map.put(assigns, :action, user_path(@conn, :update, @user)) %>
|
|
|
|
<span><%= link "Back", to: user_path(@conn, :index) %></span>
|