From 089e0095d675702dc2dd4740e5c569a1a93f76f0 Mon Sep 17 00:00:00 2001 From: codevictory Date: Wed, 4 May 2022 01:27:00 +0300 Subject: [PATCH] More fixes to archive pages --- lib/runosaari_web/templates/performer/show.html.eex | 3 --- mix.exs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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 %> Esiintyjän kuva <%= link "Takaisin esiintyjälistalle", to: Routes.performer_path(@conn, :index) %> diff --git a/mix.exs b/mix.exs index 5e56593..839853a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Runosaari.MixProject do def project do [ app: :runosaari, - version: "1.2.4", + version: "1.3.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),