summaryrefslogtreecommitdiffstats
path: root/templates/base/footer_old.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/footer_old.tmpl')
-rw-r--r--templates/base/footer_old.tmpl32
1 files changed, 32 insertions, 0 deletions
diff --git a/templates/base/footer_old.tmpl b/templates/base/footer_old.tmpl
new file mode 100644
index 0000000000..aed5f488d2
--- /dev/null
+++ b/templates/base/footer_old.tmpl
@@ -0,0 +1,32 @@
+<div class="wrapper-push"></div>
+</div>
+<footer id="footer">
+ <div class="container footer-wrap">
+ <div class="row">
+ <div class="col-md-6">
+ <p>© 2014 GoGits · Version: {{AppVer}} ·
+ Page: <b>{{LoadTimes .PageStartTime}}</b> ·
+ Template: <b>{{call .TmplLoadTimes}}</b>
+ </p>
+ </div>
+
+ <div class="col-md-2" style="margin: -5px;">
+ <a target="_blank" href="https://github.com/gogits/gogs"><i class="fa fa-github fa-2x"></i></a>
+ </div>
+
+ <div class="col-md-4">
+ <p class="desc">
+ <a href="http://gogs.io">Official Website</a>
+ </p>
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-md-6">
+ Go Version: {{GoVer}}
+ </div>
+ </div>
+ </div>
+</footer>
+</body>
+</html> \ No newline at end of file