summaryrefslogtreecommitdiff
path: root/webapp.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-02-21 14:35:05 +0100
committerHelmut Grohne <helmut@subdivi.de>2013-02-21 14:35:05 +0100
commit7930c16cacf26bc8f3eba81e6829be0964907717 (patch)
treec0868c0b6101f5a3c141cf083ff9dbd07574892e /webapp.py
parentd751a1fc3784bbdb8736f5b6442cba620aa58e6f (diff)
downloaddebian-dedup-7930c16cacf26bc8f3eba81e6829be0964907717.tar.gz
added useful links to webapp
Diffstat (limited to 'webapp.py')
-rwxr-xr-xwebapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp.py b/webapp.py
index ba2fd35..b37dca5 100755
--- a/webapp.py
+++ b/webapp.py
@@ -53,7 +53,7 @@ package_template = jinjaenv.from_string(
detail_template = jinjaenv.from_string(
"""<html><head><title>sharing between {{ details1.package|e }} and {{ details2.package|e }}</title></head>
-<body><h1>{{ details1.package|e }} &lt;-&gt; {{ details2.package|e }}</h1>
+<body><h1><a href="../../binary/{{ details1.package|e }}">{{ details1.package|e }}</a> &lt;-&gt; <a href="../../binary/{{ details2.package|e }}">{{ details2.package|e }}</a></h1>
{%- if shared -%}
<table border='1'><tr><th>size</th><th>filename in {{ details1.package|e }}</th><th>filename in {{ details2.package|e }}</th><th>hash functions</th></tr>
{%- for entry in shared|sort(attribute="size", reverse=true) -%}