Browse Source

templates/repo: rename 'Code' to 'Files'

pull/3651/merge
Unknwon 8 years ago
parent
commit
0d60b58434
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
  1. 2
      conf/locale/locale_en-US.ini
  2. 1490
      modules/bindata/bindata.go
  3. 2
      templates/repo/header.tmpl

2
conf/locale/locale_en-US.ini

@ -409,7 +409,7 @@ create_new_repo_command = Create a new repository on the command line
push_exist_repo = Push an existing repository from the command line
repo_is_empty = This repository is empty, please come back later!
code = Code
files = Files
branch = Branch
tree = Tree
filter_branch_and_tag = Filter branch or tag

1490
modules/bindata/bindata.go

File diff suppressed because one or more lines are too long

2
templates/repo/header.tmpl

@ -50,7 +50,7 @@
<div class="ui tabs container">
<div class="ui tabular menu navbar">
<a class="{{if .PageIsViewCode}}active{{end}} item" href="{{.RepoLink}}">
<i class="octicon octicon-code"></i> {{.i18n.Tr "repo.code"}}
<i class="octicon octicon-file-text"></i> {{.i18n.Tr "repo.files"}}
</a>
{{if and .Repository.EnableIssues (not .Repository.EnableExternalTracker)}}
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">

Loading…
Cancel
Save