Adding links to bugs.g.o and qa-reports.g.o

This commit is contained in:
volpino 2013-08-26 17:33:54 +02:00
parent 3b2f88c683
commit 7194c542e2
1 changed files with 15 additions and 0 deletions

View File

@ -45,6 +45,21 @@
</p>
{% endfor %}
</dd>
<dt>Q&amp;A</dt>
<dd>
<ul>
<li>
<a href="https://bugs.gentoo.org/buglist.cgi?quicksearch={{ package.cp }}">
{{ package.cp }} on bugs.g.o
</a>
</li>
<li>
<a href="http://qa-reports.gentoo.org/output/genrdeps/rindex/{{ package.cp }}">
{{ package.cp }} on qa-reports.g.o
</a>
</li>
</ul>
</dd>
{% endif %}
{% if packaged %}
<dt>Packaged Versions</dt>