diff --git a/lib/runosaari_web/templates/layout/app.html.eex b/lib/runosaari_web/templates/layout/app.html.eex index b9dfe17..e2ff7a3 100644 --- a/lib/runosaari_web/templates/layout/app.html.eex +++ b/lib/runosaari_web/templates/layout/app.html.eex @@ -13,12 +13,11 @@ -
+
- Etusivu - Kalenteri - Esiintyjät - Yhteystiedot + <%= link "Etusivu", to: Routes.page_path(@conn, :index) %> + <%= link "Esiintyjät", to: Routes.performer_path(@conn, :index) %> + <%= link "Ilmoittautuminen", to: Routes.performer_path(@conn, :new) %>