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

@@ -3,5 +3,5 @@
<%= render "form.html", Map.put(assigns, :action, Routes.admin_index_path(@conn, :create)) %>
<span><%= link "Takaisin", to: Routes.index_path(@conn, :index) %></span>
<span><%= link "Takaisin", to: Routes.admin_index_path(@conn, :admin) %></span>
</section>