summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2017-07-22 17:50:50 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2017-07-22 17:50:50 +0200
commit0db6504cdc7d1fd9ac68257b1c8d308e7a6adaef (patch)
tree07dc2fe1c0463202b66d7ca384ce0c1046021b57 /templates
parent5945f159882343316e5d871500247464786d0bc6 (diff)
downloadarchweb-0db6504cdc7d1fd9ac68257b1c8d308e7a6adaef.tar.gz
archweb-0db6504cdc7d1fd9ac68257b1c8d308e7a6adaef.zip
Add a security link to package details
Show a link for security issues on the package details link.
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/package_details.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/packages/package_details.html b/templates/packages/package_details.html
index d7c142e1..8a8c481e 100644
--- a/templates/packages/package_details.html
+++ b/templates/packages/package_details.html
@@ -15,6 +15,7 @@
<a href="{% bug_report pkg %}" title="Report new bug for {{ pkg.pkgname }}">Add New Bug</a>
</li>
<li><a href="{% wiki_link pkg %}" title="Search wiki for {{ pkg.pkgname }}">Search Wiki</a></li>
+ <li><a href="{% sec_link pkg %}" title="View security issues for {{ pkg.pkgname }}">Security Issues</a></li>
{% if pkg.flag_date %}
<li><span class="flagged">Flagged out-of-date on {{ pkg.flag_date|date }}</span></li>
{% with tp=pkg.in_testing %}{% if tp %}