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,4 @@
<%= render "form.html", Map.put(assigns, :action, Routes.admin_performance_path(@conn, :update, @performance)) %>
<span><%= link "Takaisin", to: Routes.performance_path(@conn, :index) %></span>
<span><%= link "Takaisin", to: Routes.admin_performance_path(@conn, :admin) %></span>