X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d878db0a9bca47afb7f7b0bc5bf6e9917718f05b..3a1e7a67acc170731733d13172a5031ca68305e0:/app/controllers/changeset_controller.rb diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index 495fcee97..cfe86de51 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -332,9 +332,9 @@ class ChangesetController < ApplicationController @bbox = bbox @edits = changesets.order("changesets.created_at DESC").offset((@page - 1) * @page_size).limit(@page_size).preload(:user, :changeset_tags) - end - render :action => :list + render :action => :list + end end ##