From c04901a85553f092fd9302e1abd6c1023883bd50 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 3 Oct 2015 19:01:32 +0200 Subject: reproducible: add link to suite page in the navigationm of each pkg page --- bin/reproducible_html_packages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 83f02256..6d5c5d69 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -199,8 +199,8 @@ def gen_suites_links(package, current_suite, current_arch): icon = prefix + '{status}' + suffix html += icon.format(icon=join_status_icon(status)[1], status=status) html += (tab*2 + ' {}: {}\n').format(RB_PKG_URI, - s, a, package.name, status, version, build_date, s, version) + ' title="{}: {}{}">{} in {}\n').format(RB_PKG_URI, + s, a, package.name, status, version, build_date, version, s, a, s) html += '\n' html += tab + '' html += '\n' -- cgit v1.2.3-70-g09d2