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(),