diff options
author | Magnus Granberg <zorry@gentoo.org> | 2016-02-02 23:44:31 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2016-02-02 23:44:31 +0100 |
commit | a8fc1c1b6f8201c9165a92147d1e751d0c4436e6 (patch) | |
tree | e5cb295f793064fffab171e6247351d25a96efcb /python/templates/pages/packages/category/index.html | |
parent | fix a typo for package link (diff) | |
download | tinderbox-cluster-www-a8fc1c1b6f8201c9165a92147d1e751d0c4436e6.tar.gz tinderbox-cluster-www-a8fc1c1b6f8201c9165a92147d1e751d0c4436e6.tar.bz2 tinderbox-cluster-www-a8fc1c1b6f8201c9165a92147d1e751d0c4436e6.zip |
add buildinfo to packages
Diffstat (limited to 'python/templates/pages/packages/category/index.html')
-rw-r--r-- | python/templates/pages/packages/category/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/templates/pages/packages/category/index.html b/python/templates/pages/packages/category/index.html index 7bad0b4..d86b3cb 100644 --- a/python/templates/pages/packages/category/index.html +++ b/python/templates/pages/packages/category/index.html @@ -16,6 +16,17 @@ {% if PM.Repoman %} <a class="btn btn-warning btn-xs" href="/repoman/{{PM.PackageId }}/">Repoman</a> {% endif %} + {% if PM.Qa %} + <a class="btn btn-warning btn-xs" >Qa</a> + {% endif %} + {% if PM.Bl %} + {% if PM.Blf %} + <a class="btn btn-danger btn-xs"> + {% else %} + <a class="btn btn-success btn-xs"> + {% endif %} + Build</a> + {% endif %} </p> </td> </tr> |