New pages for Info and Covid-19.

This commit is contained in:
codevictory
2021-04-22 22:04:11 +03:00
parent 4fb333e6d0
commit 36bf759c56
5 changed files with 66 additions and 2 deletions

View File

@@ -18,8 +18,9 @@
<%= 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 "Info", to: Routes.page_path(@conn, :info) %>
<%= link "Covid-19", to: Routes.page_path(@conn, :covid19) %>
<%= 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">