Skip to content

Commit

Permalink
Merge pull request #297 from NYULibraries/mcain/remove-kmz-download
Browse files Browse the repository at this point in the history
Filter out KMZ download by type
  • Loading branch information
the-codetrane authored Dec 11, 2023
2 parents 07c9e7f + a27f26b commit 9057607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/catalog/_downloads_collapse.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

<% if document.download_types.present? %>
<% document.download_types.each do |type| %>
<% next if type.first == :kmz %>
<%= download_link_generated(type.first, document) %>
<% end %>
<% end %>

0 comments on commit 9057607

Please sign in to comment.