]> asedeno.scripts.mit.edu Git - git.git/blobdiff - gitweb/gitweb.perl
gitweb: Sort the list of forks on the summary page by age
[git.git] / gitweb / gitweb.perl
index 58ffff8be7a6d8691847f930a778a2b355cf218f..43da3a793267a975dc2c08ec77485f5cac532cc8 100755 (executable)
@@ -4119,10 +4119,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();