mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
修改bug
This commit is contained in:
@@ -113,7 +113,7 @@ class UsersController < ApplicationController
|
|||||||
end
|
end
|
||||||
|
|
||||||
def projects
|
def projects
|
||||||
scope = Projects::ListMyQuery.call(params.merge(category: params[:category], current_user: current_user))
|
scope = Projects::ListMyQuery.call(params.merge(category: params[:category]), current_user)
|
||||||
@total_count = scope.size
|
@total_count = scope.size
|
||||||
@projects = paginate(scope)
|
@projects = paginate(scope)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user