aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/list-packages-with-file.html')
-rw-r--r--web/templates/list-packages-with-file.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/templates/list-packages-with-file.html b/web/templates/list-packages-with-file.html
new file mode 100644
index 0000000..1b368f5
--- /dev/null
+++ b/web/templates/list-packages-with-file.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% block intro %}Packages containing file {{path}}<br />{% endblock %}
+
+{% block main %}
+{% for cpv in cpvs %}
+<a href="/collagen/view/package/{{cpv}}">{{cpv}}</a> <br />
+{% endfor %}
+
+{% endblock %}