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
修复
pull/313/head
yystopf
3 years ago
parent
d03b45eecf
commit
5acd45bf85
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/forms/contents/create_form.rb
+ 1
- 1
app/forms/contents/create_form.rb
View File
@@ -3,7 +3,7 @@ class Contents::CreateForm < BaseForm
validates :filepath, presence: true
validates :
branch, :
new_branch, length: { maximum: 50 }
validates :new_branch, length: { maximum: 50 }
, message: "分支名称过长,仅支持50的长度"
validate :check_branch
Write
Preview
Loading…
Cancel
Save