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
修改参数名称错误
tags/v1
sylor_huang@126.com
6 years ago
parent
2f98684324
commit
f0da03ef94
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/views/projects/_project_item.json.jbuilder
+1
-1
app/views/projects/index.json.jbuilder
+ 1
- 1
app/views/projects/_project_item.json.jbuilder
View File
@@ -1,6 +1,6 @@
user = project.owner
if user.present?
json.partial! 'project', project: project
json.partial! '
/projects/
project', project: project
json.author do
json.name user.try(:show_real_name)
json.login user.login
+ 1
- 1
app/views/projects/index.json.jbuilder
View File
@@ -1,5 +1,5 @@
json.project_ids @projects.pluck(:id)
json.total_count @total_count
json.projects do
json.partial! "/projects/project_item", collection: @projects, as: :p
o
rject
json.partial! "/projects/project_item", collection: @projects, as: :pr
o
ject
end
Write
Preview
Loading…
Cancel
Save