This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request '根据需求返回fork list 中的user mail' (
#88
) from KingChan/forgeplus:chenjing into standalone_develop
pull/338/head
KingChan
2 years ago
parent
a33f2f93c5
39825e9e02
commit
d871c45fca
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/views/forks/fork_list.json.jbuilder
+ 1
- 0
app/views/forks/fork_list.json.jbuilder
View File
@@ -3,6 +3,7 @@ json.user do
json.type @user.type
json.name @user.real_name
json.login @user.login
json.mail @user.mail
json.image_url url_to_avatar(@user)
json.forked Project.exists?(user_id: @user.id, forked_from_project_id: @project.id)
end
Write
Preview
Loading…
Cancel
Save