Skip to content

Commit 61fee0a

Browse files
authored
Merge pull request #733 from IU-Libraries-Joint-Development/essi-2223_drop_collection_details
[ESSI-2223] drop :size, :total_items from collection presenter terms
2 parents f93a3f6 + 62b2caf commit 61fee0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/extensions/hyrax/collection_presenter/customized_terms.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def self.included(base)
88
# Terms is the list of fields displayed by
99
# app/views/collections/_show_descriptions.html.erb
1010
def self.terms
11-
[:total_items, :size, :modified_date, :resource_type, :creator, :contributor,
11+
[:modified_date, :resource_type, :creator, :contributor,
1212
:keyword, :license, :publisher, :date_created, :subject, :language,
1313
:identifier, :based_near, :campus, :related_url, :rights_note]
1414
end

0 commit comments

Comments
 (0)