summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-18 23:00:30 -0500
committerDan McGee <dan@archlinux.org>2011-04-18 23:00:30 -0500
commitd8022fd5720a8367a03bbff58668ed701a0bebcf (patch)
treeb51606f68dd34d6a10e17066c9a46b7ee80f0606 /templates
parent08ce9c5cd9a5d2dc0c15ee8c88ce7b78748339e5 (diff)
downloadarchweb-d8022fd5720a8367a03bbff58668ed701a0bebcf.tar.gz
archweb-d8022fd5720a8367a03bbff58668ed701a0bebcf.zip
Add a "Report a Bug" link
We need Flyspray category data to make this more useful, and we can prefill the Subject and Category fields (along with putting it on the right project). Implements FS#23751. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/details.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 6c8aee3a..4c669892 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -18,6 +18,7 @@
<li><a href="{{ pkg.get_arch_svn_link }}" title="View SVN entries in the {{pkg.repo|lower}}-{{pkg.arch}} branch">SVN Entries ({{pkg.repo|lower}}-{{pkg.arch}})</a></li>
<li><a href="{{ pkg.get_trunk_svn_link }}" title="View SVN entries on trunk">SVN Entries (trunk)</a></li>
<li><a href="{{ pkg.get_bugs_link }}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a></li>
+ <li><a href="{{ pkg.get_bug_report_link }}" title="Report bug for {{ pkg.pkgname }}">Report a Bug</a></li>
{% if pkg.flag_date %}
<li><span class="flagged">Flagged out-of-date on {{ pkg.flag_date|date }}</span></li>
{% with pkg.in_testing as tp %}{% if tp %}