app/views/collections/show.html.erb in curation_concerns-0.3.0 vs app/views/collections/show.html.erb in curation_concerns-0.4.0

- old
+ new

@@ -10,10 +10,10 @@ <%= render partial: 'collections/show_actions' %> <%= render 'attributes', curation_concern: @presenter %> <% end %> <%= render 'search_form' %> -<%= render 'sort_and_per_page' %> +<%= render 'sort_and_per_page', collection: @presenter %> <% if has_collection_search_parameters? %> <h2>Search Results within this Collection</h2> <% else %> <h2>Items in this Collection</h2>