]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Sort the list of forks on the summary page by age
[Gitweb] / gitweb.perl
index 9ded76fe16d97be35257655b52ad157415e2b494da6a39ef84d8ac9f0621ec45..2efd43719c8785b23b96841ed7f997e3363be810f6b8030488cddc913808d705 100755 (executable)
@@ -4120,10 +4120,10 @@ sub git_summary {
 
        if (@forklist) {
                git_print_header_div('forks');
-               git_project_list_body(\@forklist, undef, 0, 15,
+               git_project_list_body(\@forklist, 'age', 0, 15,
                                      $#forklist <= 15 ? undef :
                                      $cgi->a({-href => href(action=>"forks")}, "..."),
-                                     'noheader');
+                                     'no_header');
        }
 
        git_footer_html();
This page took 0.284175 seconds and 4 git commands to generate.