There was an error while loading. Please reload this page.
2 parents 5238d8a + c76b4f5 commit 88c03d2Copy full SHA for 88c03d2
app/views/cms/content_block/index.html.erb
@@ -81,7 +81,7 @@
81
<% if !@search_filter.term.blank? && @blocks.size == 0 %>
82
<div class="pagination">No results found for '<%= @search_filter.term %>'</div>
83
<% elsif @blocks.total_pages > 1 %>
84
- <%= render_pagination @blocks, content_type, :order => params[:order], :search => @search_filter.term %>
+ <%= render_pagination @blocks, content_type, :order => params[:order], "search_filter[term]" => @search_filter.term %>
85
<% end %>
86
87
</div>
0 commit comments