Registration form.

This commit is contained in:
codevictory
2021-03-30 22:04:59 +03:00
parent 15cd859504
commit ddc50a7910
2 changed files with 21 additions and 23 deletions

View File

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