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 issue
#515
pull/519/head
zhoupzh
3 years ago
parent
4000e3b790
commit
8ef3f99d36
3 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
options/locale/locale_en-US.ini
+1
-0
options/locale/locale_zh-CN.ini
+1
-1
templates/repo/issue/view.tmpl
+ 1
- 0
options/locale/locale_en-US.ini
View File
@@ -847,6 +847,7 @@ filter_branch_and_tag = Filter branch or tag
branches = Branches
tags = Tags
issues = Issues
issues_detail = Detail
pulls = Pull Requests
labels = Labels
org_labels_desc = Organization level labels that can be used with <strong>all repositories</strong> under this organization
+ 1
- 0
options/locale/locale_zh-CN.ini
View File
@@ -849,6 +849,7 @@ filter_branch_and_tag=过滤分支或标签
branches=分支列表
tags=标签列表
issues=任务
issues_detail=详情
pulls=合并请求
labels=标签
org_labels_desc=组织级别的标签,可以被本组织下的 <strong>所有项目</strong> 使用
+ 1
- 1
templates/repo/issue/view.tmpl
View File
@@ -8,7 +8,7 @@
<div class="ui large breadcrumb">
<a class="section" href="{{.RepoLink}}/issues">{{.i18n.Tr "repo.issues"}}</a>
<div class="divider"> / </div>
<div class="action section">{{.
Title | RenderEmoji
}}</div>
<div class="action section">{{.
i18n.Tr "repo.issues_detail"
}}</div>
</div>
{{end}}
</div>
Write
Preview
Loading…
Cancel
Save