diff options
author | slene <vslene@gmail.com> | 2014-03-19 22:21:03 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-19 22:21:03 +0800 |
commit | 199fdd03360e3c9d1d2fb93fe993e01d115e8312 (patch) | |
tree | dee773523e820ae92f3f77ad9b80f7d57d05e07f /templates | |
parent | 483cc3136920a70ae1707ec5337d574b288853c3 (diff) | |
download | gitea-199fdd03360e3c9d1d2fb93fe993e01d115e8312.tar.gz gitea-199fdd03360e3c9d1d2fb93fe993e01d115e8312.zip |
fork render
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 841af680bd..fe0ea93027 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -3,7 +3,9 @@ <footer id="footer"> <div class="container footer-wrap"> <p>© 2014 Gogs · ver {{AppVer}} · - <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> + All: {{LoadTimes .PageStartTime}} · + Tmpl: {{call .TmplLoadTimes}} · + <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> · </p> <p class="desc"></p> </div> |