This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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 the href pulls
tags/v1.21.12.1
zhoupzh
4 years ago
parent
6d993a206d
commit
84efe2d663
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/issue/view.tmpl
+ 1
- 1
templates/repo/issue/view.tmpl
View File
@@ -12,7 +12,7 @@
</div>
{{else}}
<div class="ui large breadcrumb">
<a class="section" href="{{.RepoLink}}/
issue
s">{{.i18n.Tr "repo.pulls"}}</a>
<a class="section" href="{{.RepoLink}}/
pull
s">{{.i18n.Tr "repo.pulls"}}</a>
<div class="divider"> / </div>
<div class="action section">{{.i18n.Tr "repo.issues_detail"}}</div>
</div>
Write
Preview
Loading…
Cancel
Save