diff options
author | Magnus Granberg <zorry@gentoo.org> | 2016-01-11 17:52:56 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2016-01-11 17:52:56 +0100 |
commit | 6858ef16fd91285c26b6df082cc40da2a4463244 (patch) | |
tree | 5c1685146978bbe01031a5f85021a79d3ecf5371 | |
parent | add build page (diff) | |
download | tinderbox-cluster-www-6858ef16fd91285c26b6df082cc40da2a4463244.tar.gz tinderbox-cluster-www-6858ef16fd91285c26b6df082cc40da2a4463244.tar.bz2 tinderbox-cluster-www-6858ef16fd91285c26b6df082cc40da2a4463244.zip |
add emerge info
-rw-r--r-- | python/templates/pages/new/logs/build/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/templates/pages/new/logs/build/index.html b/python/templates/pages/new/logs/build/index.html index 9ae0656..487a397 100644 --- a/python/templates/pages/new/logs/build/index.html +++ b/python/templates/pages/new/logs/build/index.html @@ -61,6 +61,12 @@ </div> </div> <div class="row-fluid"> + <div class=span12> + <p class="lead">Emerge Info: </p> + {{ BLI.emerge_info_text|linebreaks }} + </div> + </div> + <div class="row-fluid"> <div class="span12"> {% if BLI.logname %} <br /> |