This commit is contained in:
Jasder 2020-03-20 20:47:39 +08:00
parent 52ba0baa6d
commit da743c18ba
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ json.empty @result['empty']
json.full_name @result['full_name']
json.mirror @result['mirror']
json.private @result['private']
json.partial! 'author', locals: { user: @project.user }
json.partial! 'author', locals: { user: @project.owner }