+ <%# kind of hacky way to get this to work on catalog and folder controllers. May be able to simple do {action: "index"} but I'm not sure -%>
+ <% if @response.response['numFound'] > 1 && !sort_fields.empty? %>
+ <%= form_tag collection_path(collection), method: :get, class: 'per_page form-horizontal' do %>
+