6 lines
210 B
Elixir
6 lines
210 B
Elixir
<h1>Edit Performer</h1>
|
|
|
|
<%= render "form.html", Map.put(assigns, :action, Routes.admin_performer_path(@conn, :update, @performer)) %>
|
|
|
|
<span><%= link "Back", to: Routes.performer_path(@conn, :index) %></span>
|