From a167698105f9f4f17e43487000e79aaa05841f9f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 25 Aug 2015 16:35:47 +0200 Subject: reproducible: improve look --- bin/reproducible_html_packages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 706f790d..35275bac 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -186,8 +186,8 @@ def gen_suites_links(package, current_arch): icon = prefix + '{status}' + suffix html += icon.format(icon=join_status_icon(status)[1], status=status) html += (tab*2 + ' {} in {}\n').format(RB_PKG_URI, - s, a, package.name, status, version, version, s) + ' title="{}: {}">{}:{}\n').format(RB_PKG_URI, + s, a, package.name, status, version, s, version) html += '\n' html += tab + '' html += '\n' -- cgit v1.2.3-54-g00ecf