From 60041c4f778c1ab887acb01786efa6f38bad0ac1 Mon Sep 17 00:00:00 2001 From: Kirk Wang Date: Mon, 13 Jan 2025 16:10:06 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Align=20User=20Collection=20badg?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove extra classes that throw the alignment of the badge off. --- app/views/catalog/_index_header_list_collection.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/catalog/_index_header_list_collection.html.erb b/app/views/catalog/_index_header_list_collection.html.erb index 403eeef4e..67cd3931f 100644 --- a/app/views/catalog/_index_header_list_collection.html.erb +++ b/app/views/catalog/_index_header_list_collection.html.erb @@ -1,8 +1,8 @@ -<%# OVERRIDE Hyrax v5.0.0rc2 %> +<%# OVERRIDE Hyrax v5.0.1 to use markdown and adjust h3 utility classes %> -
+
<%# OVERRIDE begin %> -

<%= link_to markdown(document.title_or_label), generate_work_url(document, request) %>

+

<%= link_to markdown(document.title_or_label), generate_work_url(document, request) %>

<%# OVERRIDE end %> <%= Hyrax::CollectionPresenter.new(document, current_ability).collection_type_badge %>