app/views/ckeditor/pictures/index.html.erb in ckeditor-4.2.3 vs app/views/ckeditor/pictures/index.html.erb in ckeditor-4.2.4
- old
+ new
@@ -9,10 +9,10 @@
<%= render partial: 'ckeditor/shared/asset', collection: @pictures.scoped %>
</div>
<% unless @pictures.last_page? %>
<div class="pagination">
- <%= link_to I18n.t("ckeditor.buttons.next"), ckeditor.pictures_path(params.merge(page: @pictures.next_page)), class: "next", rel: "next" %>
+ <%= link_to I18n.t("ckeditor.buttons.next"), ckeditor.pictures_path(page: @pictures.next_page), class: "next", rel: "next" %>
</div>
<% end -%>
<script type="text/javascript">
<%= Ckeditor::Utils.js_fileuploader('image') %>