mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
Merge branch 'develop' into standalone_develop
This commit is contained in:
@@ -11,6 +11,8 @@ class OwnersController < ApplicationController
|
||||
end
|
||||
|
||||
def show
|
||||
return render_not_found unless @user.present?
|
||||
|
||||
@owner = Owner.find_by(login: params[:id]) || Owner.find_by(id: params[:id])
|
||||
return render_ok(type: 'User') unless @owner.present?
|
||||
# 组织
|
||||
|
||||
Reference in New Issue
Block a user