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 '修复因CLA为空时列表错误' (
#60
) from KingChan/forgeplus:chenjing into standalone_develop
pull/343/head
KingChan
3 years ago
parent
43c2879f65
0d00fd1744
commit
37d1db6c82
1 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
app/views/organizations/clas/index.json.jbuilder
+ 3
- 4
app/views/organizations/clas/index.json.jbuilder
View File
@@ -1,4 +1,3 @@
json.id @cla.id
json.key @cla.key
json.name @cla.name
json.pr_need @cla.pr_need
if @cla.present?
json.partial! "detail", cla: @cla
end
Write
Preview
Loading…
Cancel
Save