]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Add missing show '...' links change.
[Gitweb] / gitweb.perl
index d58d4013d6fceb6fa86d0377cf7905b451993ec4785db4208a6c5c77443a9021..253cfe8defaa6f6c86a7cea4e8def2d5aa688ce17123104a08bb7592a97e9fcf 100755 (executable)
@@ -2984,6 +2984,7 @@ sub git_summary {
        if (@forklist) {
                git_print_header_div('forks');
                git_project_list_body(\@forklist, undef, 0, 15,
+                                     $#forklist <= 15 ? undef :
                                      $cgi->a({-href => href(action=>"forks")}, "..."),
                                      'noheader');
        }
This page took 0.216776 seconds and 4 git commands to generate.