Remove locations.

This commit is contained in:
codevictory
2021-04-24 23:53:41 +03:00
parent 210dbc7bc8
commit 102292b4ed
6 changed files with 1 additions and 203 deletions

View File

@@ -16,8 +16,8 @@
<header >
<nav class="nav" role="navigation">
<%= 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 "Esiintyjät", to: Routes.performer_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) %>