commit: 59354f60f0bc0be1ac29a1550c96055c44d66b81
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 6 17:55:47 2017 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 17:55:47 2017 +0000
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=59354f60
add footer db updater
python/templates/includes/layout/footer_db_update.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/python/templates/includes/layout/footer_db_update.html
b/python/templates/includes/layout/footer_db_update.html
new file mode 100644
index 0000000..60284a5
--- /dev/null
+++ b/python/templates/includes/layout/footer_db_update.html
@@ -0,0 +1,10 @@
+<h3 class="footerhead">Gentoo Packages Database</h3>
+ <div class="row">
+ <div class="col-xs-12 col-md-4">
+ <span class="kk-group-header">Data currrent as of</span><br><span>{{
jobs.TimeStamp|date:"D d b Y G i" }}</span>
+ </div>
+ <div class="col-xs-12 col-md-4">
+ </div>
+ <div class="col-xs-12 col-md-4">
+ </div>
+</div>