Files
runosaari.net/lib/runosaari_web/templates/performer/edit.html.eex
codevictory 8f1de6fa84 Fix tests.
2021-04-24 17:23:01 +03:00

6 lines
223 B
Elixir

<h1>Muokkaa esiintyjän tietoja</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>