Files
runosaari.net/lib/runosaari_web/templates/performer/edit.html.eex
2021-03-27 16:50:43 +02:00

6 lines
204 B
Elixir

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