6 lines
182 B
Elixir
6 lines
182 B
Elixir
|
<h2>Edit Account</h2>
|
||
|
|
||
|
<%= render "form.html", Map.put(assigns, :action, account_path(@conn, :update, @account)) %>
|
||
|
|
||
|
<span><%= link "Back", to: account_path(@conn, :index) %></span>
|