Skip to content

Commit

Permalink
Restore markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
laritakr committed Oct 25, 2024
1 parent 06ede4b commit f40c374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_index_header_list_default.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%# OVERRIDE Hyrax v5.0.1 to collection badge and markdown of links %>
<div class="search-results-title-row col-12 d-flex flex-row align-items-center pb-2">
<h4 class="search-result-title">
<%= link_to document.title_or_label, generate_work_url(document, request, params) %>
<%= link_to markdown(document.title_or_label), generate_work_url(document, request, params) %>
</h4>

<% if document.hydra_model == Hyrax.config.collection_class || document.hydra_model < Hyrax.config.collection_class %>
Expand Down

0 comments on commit f40c374

Please sign in to comment.