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

6 lines
170 B
Elixir
Raw Normal View History

<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>