app/views/ckeditor/attachment_files/index.html.erb in ckeditor-4.2.3 vs app/views/ckeditor/attachment_files/index.html.erb in ckeditor-4.2.4

- old
+ new

@@ -9,10 +9,10 @@ <%= render partial: 'ckeditor/shared/asset', collection: @attachments %> </div> <% unless @attachments.last_page? %> <div class="pagination"> - <%= link_to I18n.t("ckeditor.buttons.next"), ckeditor.attachment_files_path(params.merge(page: @attachments.next_page)), class: "next", rel: "next" %> + <%= link_to I18n.t("ckeditor.buttons.next"), ckeditor.attachment_files_path(page: @attachments.next_page), class: "next", rel: "next" %> </div> <% end -%> <script type="text/javascript"> <%= Ckeditor::Utils.js_fileuploader('attachments') %>