[tools] winetest/build-patterns: Move the main page links to the right.

Francois Gouget fgouget at codeweavers.com
Tue May 4 10:24:16 CDT 2021


This matches the site's convention on other index pages.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/build-patterns | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/winetest/build-patterns b/winetest/build-patterns
index fe285cc5b..e6640d69c 100755
--- a/winetest/build-patterns
+++ b/winetest/build-patterns
@@ -721,8 +721,11 @@ sub write_patterns_list($$$$)
 
         print $html "<div class='testfile' id='$testname'>\n";
         print $html "<div class='updownbar'><a href='tests/$testname.html'>$testname</a>";
-        print $html "  <small>(<a href='$mainpage#$testname'>see all results</a></small>)" if ($mainpage);
         print $html "<div class='ralign'>";
+        if ($mainpage)
+        {
+            print $html "<a href='$mainpage#$testname'>all results</a> | ";
+        }
 
         my $href = $i ? $testnames->[$i-1] : $list->{prevunit};
         print $html "<a href='#$href'>↑</a>" if (defined $href);
-- 
2.20.1




More information about the wine-devel mailing list