Files
runosaari.net/lib/runosaari_web/templates/performer/edit.html.eex
2021-04-20 23:09:00 +03:00

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>