diff options
author | 2017-01-06 18:55:47 +0100 | |
---|---|---|
committer | 2017-01-06 18:55:47 +0100 | |
commit | 59354f60f0bc0be1ac29a1550c96055c44d66b81 (patch) | |
tree | 4aac3ef4ca858aaeda0134d9516765152e20a79d | |
parent | add utils (diff) | |
download | tinderbox-cluster-www-59354f60f0bc0be1ac29a1550c96055c44d66b81.tar.gz tinderbox-cluster-www-59354f60f0bc0be1ac29a1550c96055c44d66b81.tar.bz2 tinderbox-cluster-www-59354f60f0bc0be1ac29a1550c96055c44d66b81.zip |
add footer db updater
-rw-r--r-- | python/templates/includes/layout/footer_db_update.html | 10 |
1 files changed, 10 insertions, 0 deletions
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> |