diff options
author | Magnus Granberg <zorry@gentoo.org> | 2015-08-02 01:02:22 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2015-08-02 01:02:22 +0200 |
commit | 96969fe37a3f589bbd0a9688979c7cd332cf5c1d (patch) | |
tree | dce65939341becf47e07399a9ef4b7dcbf8a4656 /python/templates/pages/packages/category/index.html | |
parent | add repoman and qa page on new (diff) | |
download | tinderbox-cluster-www-96969fe37a3f589bbd0a9688979c7cd332cf5c1d.tar.gz tinderbox-cluster-www-96969fe37a3f589bbd0a9688979c7cd332cf5c1d.tar.bz2 tinderbox-cluster-www-96969fe37a3f589bbd0a9688979c7cd332cf5c1d.zip |
add repoman full support
Diffstat (limited to 'python/templates/pages/packages/category/index.html')
-rw-r--r-- | python/templates/pages/packages/category/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/templates/pages/packages/category/index.html b/python/templates/pages/packages/category/index.html index 2f2b6f2..8cc402d 100644 --- a/python/templates/pages/packages/category/index.html +++ b/python/templates/pages/packages/category/index.html @@ -12,7 +12,11 @@ </td> <td> <p title="{{ PM.Descriptions }}">{{ PM.Descriptions }}</p> - <p title="{% for P in PM.Ebuilds %}{{ PM.Package }}/{{ P }}{% endfor %}">Versions</p> + <p title="{% for P in PM.Ebuilds %}{{ PM.Package }}/{{ P }}{% endfor %}">Versions + {% if PM.Repoman %} + <a class="btn btn-warning btn-xs" href="/repoman/{{PM.PackageId }}/">Repoman</a> + {% endif %} + </p> </td> </tr> </table> |