Fix admin side paths to point back to admin not index.

This commit is contained in:
codevictory
2021-05-26 21:59:42 +03:00
parent 5a85e51a01
commit c010d04f02
9 changed files with 14 additions and 10 deletions

View File

@@ -2,4 +2,6 @@
<h1>Luo esiintyjä</h1>
<%= render "form.html", Map.put(assigns, :action, Routes.admin_performer_path(@conn, :create)) %>
<span><%= link "Takaisin", to: Routes.admin_performer_path(@conn, :admin) %></span>
</section>