Merge remote-tracking branch 'upstream/pull/2281'

This commit is contained in:
Tom Hughes 2019-06-26 19:19:58 +01:00
commit 89f8f7af35
3 changed files with 7 additions and 7 deletions

View file

@ -60,7 +60,7 @@ class ChangesetsController < ApplicationController
changesets = changesets.where("changesets.id <= ?", @params[:max_id]) if @params[:max_id]
@edits = changesets.order("changesets.id DESC").limit(20).preload(:user, :changeset_tags, :comments)
@changesets = changesets.order("changesets.id DESC").limit(20).preload(:user, :changeset_tags, :comments)
render :action => :index, :layout => false
end