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? %> -
+
<%= render partial: "paginate_compact", object: @response %>
<% end %> diff --git a/app/views/hyrax/file_sets/show.html.erb b/app/views/hyrax/file_sets/show.html.erb index 391d25c975..b0a6335d6f 100644 --- a/app/views/hyrax/file_sets/show.html.erb +++ b/app/views/hyrax/file_sets/show.html.erb @@ -1,3 +1,4 @@ +<% provide :page_title, @presenter.page_title %>