More fixes to archive pages

This commit is contained in:
2022-05-04 01:27:00 +03:00
parent f1b0a3fcf1
commit 089e0095d6
2 changed files with 1 additions and 4 deletions

View File

@@ -18,9 +18,6 @@
<%= if @performer.link != nil do %>
<a href="https://<%= @performer.link %>" class="performer-link"><%= @performer.link %></a>
<% end %>
<%= if @performer.archived != nil do %>
<p class="performer-paragraph"><%= @performer.archived %></p>
<% end %>
<img src="<%= @performer.photo_path %>" alt="Esiintyjän kuva" class="performer-img" />
<span class="link-back"><%= link "Takaisin esiintyjälistalle", to: Routes.performer_path(@conn, :index) %></span>
</section>