diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-03 19:14:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-03 19:14:41 +0200 |
commit | 05fe01e506e24fb001917b81b1b56475cc4d5319 (patch) | |
tree | 4c531378bfc5579ebedbb10ffea3c14fe143ddf9 | |
parent | c04901a85553f092fd9302e1abd6c1023883bd50 (diff) | |
download | jenkins.debian.net-05fe01e506e24fb001917b81b1b56475cc4d5319.tar.xz |
reproducible: use same layout for all content in the navigation menu
-rwxr-xr-x | bin/reproducible_html_packages.py | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 6d5c5d69..a2f7b12a 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -14,18 +14,14 @@ from reproducible_common import * html_package_page = Template((tab*2).join((""" <header class="head"> <h2 class="package-name">$package</h2> - <p style="margin-top: 4px;"> - $version - <a href="/index_notify.html" target="_parent"> - <span class="notification" title="Notifications for this package are enabled. Every reproducibility related status change will be emailed to the maintainers">$notify_maintainer</span> - </a><br /> - $suite/$arch <br /> - $status <br /> - <span class="build-time">$build_time</span> - </p> <ul class="menu"> <li><ul class="children"> - $links + <li>$version <a href="/index_notify.html" target="_parent"> + <span class="notification" title="Notifications for this package are enabled. Every reproducibility related status change will be emailed to the maintainers">$notify_maintainer</span></a></li> + <li>$suite/$arch </li> + <li>$status </li> + <li><span class="build-time">$build_time</span></li> + $links </ul></li> <li> <a href="https://tracker.debian.org/$package">PTS</a> |