From 1b1b1abcf910098698636768eb25a81d11d9078c Mon Sep 17 00:00:00 2001 From: Renee LeBeau Date: Fri, 17 Apr 2026 12:05:14 -0400 Subject: [PATCH] IULRDC-184 RDC edits to views, css and hyrax config files --- app/assets/stylesheets/dashboard.tweaks.css | 4 ++++ app/views/hyrax/collections/show.html.erb | 1 - config/locales/hyrax.en.yml | 9 +++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/dashboard.tweaks.css b/app/assets/stylesheets/dashboard.tweaks.css index e34bed3..6dd0332 100644 --- a/app/assets/stylesheets/dashboard.tweaks.css +++ b/app/assets/stylesheets/dashboard.tweaks.css @@ -22,6 +22,10 @@ nav.breadcrumb a { align-content: center } +.selected-facet { + margin-right: 1.5em; +} + /* Access eligibility (rights_statement) checkboxes */ div.form-group.check_boxes { div.checkbox { diff --git a/app/views/hyrax/collections/show.html.erb b/app/views/hyrax/collections/show.html.erb index 6d200a0..0310547 100644 --- a/app/views/hyrax/collections/show.html.erb +++ b/app/views/hyrax/collections/show.html.erb @@ -34,7 +34,6 @@ <% unless @presenter.total_viewable_items.blank? %>
- <%= @presenter.total_viewable_items %> <%= pluralize(@presenter.total_viewable_items, t('.item_count')) %>
<% unless @presenter.creator.blank? %> diff --git a/config/locales/hyrax.en.yml b/config/locales/hyrax.en.yml index 3a0f3f6..9cd7782 100644 --- a/config/locales/hyrax.en.yml +++ b/config/locales/hyrax.en.yml @@ -31,6 +31,15 @@ en: subject_tesim: Subject title_tesim: Title hyrax: + admin: + workflows: + index: + header: Review Submissions + heading: + work: Work + depositor: Depositor + submission_date: Submission Date + status: Status account_name: My Institution Account Id contact_form: notice: Please use the contact form to submit inquiries about this system; to report a problem you are experiencing with the system; to request assistance using the system; or to provide general feedback.