diff --git a/app/presenters/hyrax/file_set_presenter.rb b/app/presenters/hyrax/file_set_presenter.rb index 1af79c2e7c..bf587650c0 100644 --- a/app/presenters/hyrax/file_set_presenter.rb +++ b/app/presenters/hyrax/file_set_presenter.rb @@ -38,7 +38,7 @@ def single_use_links # The title of the webpage that shows this FileSet. def page_title - first_title + "#{human_readable_type} | #{title.first} | ID: #{id} | #{I18n.t('hyrax.product_name')}" end # The first title assertion diff --git a/app/views/hyrax/admin/admin_sets/_sort_and_per_page.html.erb b/app/views/hyrax/admin/admin_sets/_sort_and_per_page.html.erb index 5d7be986c8..39cf02dae2 100644 --- a/app/views/hyrax/admin/admin_sets/_sort_and_per_page.html.erb +++ b/app/views/hyrax/admin/admin_sets/_sort_and_per_page.html.erb @@ -1,5 +1,5 @@ <% if show_pagination? %> -