From 5dacf1cc1e3939af5ad253ad745e4f7f9d71acd7 Mon Sep 17 00:00:00 2001 From: Dr Kim Foale Date: Wed, 11 Dec 2024 16:33:32 +0000 Subject: [PATCH] fix: remove ref to deleted asset (#2658) --- app/views/collections/show.html.erb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/views/collections/show.html.erb b/app/views/collections/show.html.erb index 2cd8ecec0..f37638443 100644 --- a/app/views/collections/show.html.erb +++ b/app/views/collections/show.html.erb @@ -18,18 +18,6 @@ <% if @collection.description %>
<%# = markdown @collection.description %>
<% end %> - - <%# FIXME: this needs to be killed after launch! %> - <% if @collection.id == 1 %> -

- <%= link_to 'Download winter leaflet (PDF, colour)', asset_path('2017/12/placecal_winter2017.pdf'), class: 'btn' %>
- <%= link_to 'Download winter leaflet (PDF, B&W)', asset_path('2017/12/placecal_winter2017_bw.pdf'), class: 'btn' %> -

-

- <%= link_to 'Download winter A3 Poster (PDF, colour)', asset_path('2017/12/placecal_winter2017_poster.pdf'), class: 'btn' %>
- <%= link_to 'Download winter A3 Poster (PDF, B&W)', asset_path('2017/12/placecal_winter2017_poster_bw.pdf'), class: 'btn' %> -

- <% end %>
<% if @collection.image? %>