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
change site page response
pull/338/head
呱呱呱
2 years ago
parent
cc6f85939c
commit
bfa5c18304
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/views/site_pages/show.jbuilder
+6
-0
app/views/site_pages/show.json.jbuilder
+ 0
- 1
app/views/site_pages/show.jbuilder
View File
@@ -1 +0,0 @@
json.partial! 'info', locals: {page: @page}
+ 6
- 0
app/views/site_pages/show.json.jbuilder
View File
@@ -0,0 +1,6 @@
json.status 0
json.message "success"
json.data {
json.partial! 'info', locals: {page: @page}
}
Write
Preview
Loading…
Cancel
Save