This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix new branch creation to new url scheme (
#2884
)
master
Lauris BH
Bo-Yi Wu
7 years ago
parent
e22be08ab6
commit
0a9fd454da
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/branch_dropdown.tmpl
+ 1
- 1
templates/repo/branch_dropdown.tmpl
View File
@@ -53,7 +53,7 @@
{{end}}
{{end}}
</div>
</div>
</a>
</a>
<form ref="newBranchForm" action="{{.RepoLink}}/branches/_new/{{EscapePound .BranchName}}" method="post">
<form ref="newBranchForm" action="{{.RepoLink}}/branches/_new/{{EscapePound .BranchName
SubURL
}}" method="post">
{{.CsrfTokenHtml}}
{{.CsrfTokenHtml}}
<input type="hidden" name="new_branch_name" v-model="searchTerm">
<input type="hidden" name="new_branch_name" v-model="searchTerm">
</form>
</form>
Write
Preview
Loading…
Cancel
Save