diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-02-21 14:35:05 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-02-21 14:35:05 +0100 |
commit | 7930c16cacf26bc8f3eba81e6829be0964907717 (patch) | |
tree | c0868c0b6101f5a3c141cf083ff9dbd07574892e /webapp.py | |
parent | d751a1fc3784bbdb8736f5b6442cba620aa58e6f (diff) | |
download | debian-dedup-7930c16cacf26bc8f3eba81e6829be0964907717.tar.gz |
added useful links to webapp
Diffstat (limited to 'webapp.py')
-rwxr-xr-x | webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }} <-> {{ details2.package|e }}</h1> +<body><h1><a href="../../binary/{{ details1.package|e }}">{{ details1.package|e }}</a> <-> <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) -%} |