From 200d695586195cc014e2caf8aca123a4fa0a9822 Mon Sep 17 00:00:00 2001 From: codevictory Date: Tue, 30 Mar 2021 22:07:37 +0300 Subject: [PATCH] Removed unused performaer creation link. --- lib/runosaari_web/templates/performer/index.html.eex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/runosaari_web/templates/performer/index.html.eex b/lib/runosaari_web/templates/performer/index.html.eex index 2a29a64..7c0729f 100644 --- a/lib/runosaari_web/templates/performer/index.html.eex +++ b/lib/runosaari_web/templates/performer/index.html.eex @@ -32,5 +32,3 @@ <% end %> - -<%= link "New Performer", to: Routes.performer_path(@conn, :new) %>