Admin actions behind admin path.

This commit is contained in:
codevictory
2021-04-20 23:09:00 +03:00
parent cac837be20
commit b06bae000f
14 changed files with 32 additions and 21 deletions

View File

@@ -34,5 +34,5 @@
</ul>
<span><%= link "Edit", to: Routes.performer_path(@conn, :edit, @performer) %></span>
<span><%= link "Edit", to: Routes.admin_performer_path(@conn, :edit, @performer) %></span>
<span><%= link "Back", to: Routes.performer_path(@conn, :index) %></span>