Merge remote-tracking branch 'upstream/pull/2281'
This commit is contained in:
commit
89f8f7af35
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue