Skip to content

Commit

Permalink
fix: remove ref to deleted asset (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimadactyl authored Dec 11, 2024
1 parent e65dc23 commit 5dacf1c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/views/collections/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@
<% if @collection.description %>
<div class="first-ele-lg"><%# = markdown @collection.description %></div>
<% end %>

<%# FIXME: this needs to be killed after launch! %>
<% if @collection.id == 1 %>
<p>
<%= link_to 'Download winter leaflet (PDF, colour)', asset_path('2017/12/placecal_winter2017.pdf'), class: 'btn' %><br>
<%= link_to 'Download winter leaflet (PDF, B&W)', asset_path('2017/12/placecal_winter2017_bw.pdf'), class: 'btn' %>
</p>
<p>
<%= link_to 'Download winter A3 Poster (PDF, colour)', asset_path('2017/12/placecal_winter2017_poster.pdf'), class: 'btn' %><br>
<%= link_to 'Download winter A3 Poster (PDF, B&W)', asset_path('2017/12/placecal_winter2017_poster_bw.pdf'), class: 'btn' %>
</p>
<% end %>
</div>
<div class="gi gi__2-5 gi--image">
<% if @collection.image? %>
Expand Down

0 comments on commit 5dacf1c

Please sign in to comment.