Files
runosaari.net/lib/runosaari_web/templates/performance/edit.html.eex
2021-03-30 22:50:21 +03:00

6 lines
212 B
Elixir

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