diff options
author | Lunar <lunar@debian.org> | 2015-01-13 18:19:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-13 18:26:21 +0100 |
commit | bf738dbf6423adab3fffe47f8cef8e19d6c791e0 (patch) | |
tree | 1fd6ecd4ef316c573fba0bf718522b7a66ec7bd7 /bin | |
parent | 329e9ff5dfd5c781506d1e38c3d499f2f02ad1d2 (diff) | |
download | jenkins.debian.net-bf738dbf6423adab3fffe47f8cef8e19d6c791e0.tar.xz |
UX fixes for reproducible package pages
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 3b6142d2..15926649 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -17,7 +17,7 @@ html_package_page = Template((tab*2).join((""" <td> <span style="font-size:1.2em;">$package</span> $version <a href="/index_$status.html" target="_parent" title="$status"> - <img src="/userContent/static/$icon" alt="$status" /> + <img src="/static/$icon" alt="$status" /> </a> <span style="font-size:0.9em;">at $build_time:</span> $links @@ -33,7 +33,7 @@ $links </td> </tr> </table> -<iframe name="main" src="${default_view}" width="100%%" height="98%%" frameborder="0"> +<iframe name="main" src="${default_view}"> <p> Your browser does not support iframes. Use a different one or follow the links above. |