[Qa-jenkins-scm] [jenkins.debian.net] 03/05: reproducible: use same layout for all content in the navigation menu
Holger Levsen
holger at moszumanska.debian.org
Sat Oct 3 17:52:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 05fe01e506e24fb001917b81b1b56475cc4d5319
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Oct 3 19:14:41 2015 +0200
reproducible: use same layout for all content in the navigation menu
---
bin/reproducible_html_packages.py | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 6d5c5d6..a2f7b12 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list