summaryrefslogtreecommitdiffstats
path: root/templates/packages/details.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/details.html')
-rw-r--r--templates/packages/details.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index fd7bea4..091e57e 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -185,13 +185,7 @@
<h3 title="Packages that require {{ pkg.pkgname }}">
Required By ({{rqdby|length}})</h3>
{% if rqdby %}<ul>
- {% for req in rqdby %}
- <li>{% pkg_details_link req.pkg %}
- {% if req.depname != pkg.pkgname %}<span class="virtual-dep">(requires {{ req.depname }})</span>{% endif %}
- {% if req.pkg.repo.testing %}<span class="testing-dep">(testing)</span>{% endif %}
- {% if req.optional %}<span class="opt-dep">(optional)</span>{% endif %}
- </li>
- {% endfor %}
+ {% for req in rqdby %}{% include "packages/details_requiredby.html" %}{% endfor %}
</ul>{% endif %}
</div>
{% endwith %}