Browse Source

fix issue #515

pull/519/head
zhoupzh 3 years ago
parent
commit
8ef3f99d36
3 changed files with 3 additions and 1 deletions
  1. +1
    -0
      options/locale/locale_en-US.ini
  2. +1
    -0
      options/locale/locale_zh-CN.ini
  3. +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 branches = Branches
tags = Tags tags = Tags
issues = Issues issues = Issues
issues_detail = Detail
pulls = Pull Requests pulls = Pull Requests
labels = Labels labels = Labels
org_labels_desc = Organization level labels that can be used with <strong>all repositories</strong> under this organization 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=分支列表 branches=分支列表
tags=标签列表 tags=标签列表
issues=任务 issues=任务
issues_detail=详情
pulls=合并请求 pulls=合并请求
labels=标签 labels=标签
org_labels_desc=组织级别的标签,可以被本组织下的 <strong>所有项目</strong> 使用 org_labels_desc=组织级别的标签,可以被本组织下的 <strong>所有项目</strong> 使用


+ 1
- 1
templates/repo/issue/view.tmpl View File

@@ -8,7 +8,7 @@
<div class="ui large breadcrumb"> <div class="ui large breadcrumb">
<a class="section" href="{{.RepoLink}}/issues">{{.i18n.Tr "repo.issues"}}</a> <a class="section" href="{{.RepoLink}}/issues">{{.i18n.Tr "repo.issues"}}</a>
<div class="divider"> / </div> <div class="divider"> / </div>
<div class="action section">{{.Title | RenderEmoji}}</div>
<div class="action section">{{.i18n.Tr "repo.issues_detail"}}</div>
</div> </div>
{{end}} {{end}}
</div> </div>


Loading…
Cancel
Save