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
Escape branch name in dropdown menu (
#3691
)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
tags/v1.5.0-dev
Jonas Franz
Lunny Xiao
7 years ago
parent
3e9e1bf2fe
commit
a0670e0049
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/repo/branch_dropdown.tmpl
+ 2
- 2
templates/repo/branch_dropdown.tmpl
View File
@@ -47,9 +47,9 @@
</div>
</div>
<div class="text small">
<div class="text small">
{{if .IsViewBranch}}
{{if .IsViewBranch}}
{{.i18n.Tr "repo.branch.create_from" .BranchName
| Safe
}}
{{.i18n.Tr "repo.branch.create_from" .BranchName}}
{{else}}
{{else}}
{{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName)
| Safe
}}
{{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName)}}
{{end}}
{{end}}
</div>
</div>
</a>
</a>
Write
Preview
Loading…
Cancel
Save