diff --git a/lib/runosaari_web/templates/performer/show.html.eex b/lib/runosaari_web/templates/performer/show.html.eex index e5b549b..06a9807 100644 --- a/lib/runosaari_web/templates/performer/show.html.eex +++ b/lib/runosaari_web/templates/performer/show.html.eex @@ -18,9 +18,6 @@ <%= if @performer.link != nil do %> <%= @performer.link %> <% end %> - <%= if @performer.archived != nil do %> -
<%= @performer.archived %>
- <% end %>