Fix admin side paths to point back to admin not index.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user