diff --git a/app/views/wardrobe/_search_results.html.haml b/app/views/wardrobe/_search_results.html.haml index 93d19e3a..3f3866ab 100644 --- a/app/views/wardrobe/_search_results.html.haml +++ b/app/views/wardrobe/_search_results.html.haml @@ -5,7 +5,7 @@ = outfit_state_params except: [:q] - if @search_results.any? - = will_paginate @search_results, param_name: "q[page]", params: { q: params[:q], species: @outfit.species_id, color: @outfit.color_id, objects: params[:objects] } + = will_paginate @search_results, page_links: false, param_name: "q[page]", params: { q: params[:q], species: @outfit.species_id, color: @outfit.color_id, objects: params[:objects] } %ul.search-results-list - @search_results.each do |item|