diff options
author | Lauris BH <lauris@nix.lv> | 2020-01-04 22:27:19 +0200 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2020-01-04 20:27:19 +0000 |
commit | 2b8b0f66edcb9e0d87a53913c6ca0d9e1e0c01c6 (patch) | |
tree | 1012ea01affd9422b91b630ee9d848a117d806c2 /templates | |
parent | ee9b9365be0733dfac617536a966c4a34d9e590a (diff) | |
download | gitea-2b8b0f66edcb9e0d87a53913c6ca0d9e1e0c01c6.tar.gz gitea-2b8b0f66edcb9e0d87a53913c6ca0d9e1e0c01c6.zip |
Add translatable Powered by Gitea text in footer (#9600)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer_content.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index 085e7207df..db4c19c156 100644 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -1,7 +1,7 @@ <footer> <div class="ui container"> <div class="ui left"> - © Gitea {{if (or .ShowFooterVersion .PageIsAdmin)}}{{.i18n.Tr "version"}}: {{AppVer}}{{end}} {{if ShowFooterTemplateLoadTime}}{{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>{{end}} + {{.i18n.Tr "powered_by" "Gitea"}} {{if (or .ShowFooterVersion .PageIsAdmin)}}{{.i18n.Tr "version"}}: {{AppVer}}{{end}} {{if ShowFooterTemplateLoadTime}}{{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>{{end}} </div> <div class="ui right links"> {{if .ShowFooterBranding}} |