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

@@ -18,7 +18,8 @@
<%= link "Etusivu", to: Routes.page_path(@conn, :index) %>
<%= link "Esiintyjät", to: Routes.performer_path(@conn, :index) %>
<%= link "Ohjelma", to: Routes.performance_path(@conn, :index) %>
<%= link "Ilmoittautuminen", to: Routes.performer_path(@conn, :new) %>
<%= link "Ilmoittautuminen", to: Routes.admin_performer_path(@conn, :new) %>
<%= link "DEBUG Uusi näytös", to: Routes.admin_performance_path(@conn, :new) %>
</nav>
</header>
<main role="main">