Skip to content

Commit

Permalink
Merge pull request #2408 from samvera/i173-align-user-collection-badge
Browse files Browse the repository at this point in the history
🧹 Align User Collection badge
  • Loading branch information
kirkkwang authored Jan 14, 2025
2 parents e07ca03 + 60041c4 commit 71dfcb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/catalog/_index_header_list_collection.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<%# OVERRIDE Hyrax v5.0.0rc2 %>
<%# OVERRIDE Hyrax v5.0.1 to use markdown and adjust h3 utility classes %>

<div class="search-results-title-row col-12 d-flex flex-row align-items-center pb-2 mb-3">
<div class="search-results-title-row col-12 d-flex flex-row align-items-center pb-2">
<%# OVERRIDE begin %>
<h3 class="search-result-title mb-n2"><%= link_to markdown(document.title_or_label), generate_work_url(document, request) %></h3>
<h3 class="search-result-title"><%= link_to markdown(document.title_or_label), generate_work_url(document, request) %></h3>
<%# OVERRIDE end %>
<%= Hyrax::CollectionPresenter.new(document, current_ability).collection_type_badge %>
</div>

0 comments on commit 71dfcb5

Please sign in to comment.