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

6 lines
191 B
Elixir

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