diff options
author | Unknwon <u@gogs.io> | 2017-01-25 18:15:37 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-25 18:15:37 -0500 |
commit | 0d60b584343cb6ff303c18a98f6ef7e1ae4def39 (patch) | |
tree | 4b4a5027168d77434d4476f730884c68e32d653d /templates | |
parent | ad57f188946c303787ee501a34791445b5c18a70 (diff) |
templates/repo: rename 'Code' to 'Files'
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 10bfb80e..d8137dbb 100644 --- a/templates/repo/header.tmpl +++ b/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"> |