From fa54f5832f1737bf3e7ef97aa44a8497bcad79e3 Mon Sep 17 00:00:00 2001 From: Dr Kim Foale Date: Tue, 10 Dec 2024 20:25:35 +0000 Subject: [PATCH] fix: remove ref to deleted asset --- 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? %>