diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-19 22:19:17 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-19 22:19:17 +0800 |
commit | c7660a81c669455e418610225034d6301cb59872 (patch) | |
tree | d114a5d41a3601dd199aabb47507482cc92407b6 /templates/base | |
parent | a0e73e2b5411499719a7e02281c48ad40dedfa24 (diff) | |
parent | 483cc3136920a70ae1707ec5337d574b288853c3 (diff) | |
download | gitea-c7660a81c669455e418610225034d6301cb59872.tar.gz gitea-c7660a81c669455e418610225034d6301cb59872.zip |
Merge remote-tracking branch 'origin/master'
Conflicts:
routers/user/user.go
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index fe0ea93027..841af680bd 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -3,9 +3,7 @@ <footer id="footer"> <div class="container footer-wrap"> <p>© 2014 Gogs · ver {{AppVer}} · - All: {{LoadTimes .PageStartTime}} · - Tmpl: {{call .TmplLoadTimes}} · - <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> · + <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> </p> <p class="desc"></p> </div> |