Skip to content

Commit

Permalink
Merge pull request #4274 from tulibraries/cdm-engine-restricted-colle…
Browse files Browse the repository at this point in the history
…ctions

BL-1829 Update Digital Collections results on bento page
  • Loading branch information
ebtoner committed Mar 5, 2024
2 parents 9289876 + ef9f05a commit 78c0cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/search/_digital_collections.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</li>
<% end %>
<li class="w-100">
<%= link_to "View all digitized collections results >", "https://digital.library.temple.edu/digital/search/collection/p15037coll10!p15037coll14!p15037coll15!p15037coll17!p15037coll18!p15037coll19!p15037coll2!p15037coll3!p15037coll4!p15037coll5!p15037coll7!p16002coll1!p16002coll11!p16002coll12!p16002coll14!p16002coll16!p16002coll17!p16002coll18!p16002coll19!p16002coll2!p16002coll22!p16002coll24!p16002coll26!p16002coll28!p16002coll29!p16002coll3!p16002coll31!p16002coll33!p16002coll4!p16002coll5!p16002coll6!p16002coll7!p16002coll9!p245801coll0!p245801coll12!p245801coll13!p15037coll1/searchterm/#{params[:q]}/order/nosort", target: "_blank" %>
<%= link_to "View all digitized collections results >", "https://digital.library.temple.edu/digital/search/collection/#{I18n.t("bento.cdm_collections_list")}/searchterm/#{params[:q]}/order/nosort", target: "_blank" %>
</li>
</ul>
</div>

0 comments on commit 78c0cf5

Please sign in to comment.