AUTOGEN: Performances.
This commit is contained in:
5
lib/runosaari_web/templates/performance/edit.html.eex
Normal file
5
lib/runosaari_web/templates/performance/edit.html.eex
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user