From 748a8a2ae8ff890971f9a56b6d6bcdc7c40d4704 Mon Sep 17 00:00:00 2001 From: codevictory Date: Wed, 4 May 2022 01:30:17 +0300 Subject: [PATCH] Fix back link from archive page --- lib/runosaari_web/templates/performer/show.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runosaari_web/templates/performer/show.html.eex b/lib/runosaari_web/templates/performer/show.html.eex index 06a9807..cc07a99 100644 --- a/lib/runosaari_web/templates/performer/show.html.eex +++ b/lib/runosaari_web/templates/performer/show.html.eex @@ -19,5 +19,5 @@ <%= @performer.link %> <% end %> Esiintyjän kuva - <%= link "Takaisin esiintyjälistalle", to: Routes.performer_path(@conn, :index) %> + <%= link "Takaisin arkistoon", to: Routes.archive_path(@conn, :index) %>