]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Link (HEAD) tree for each project from projects list
[Gitweb] / gitweb.perl
index 8c306320bc01a7d17de6867f2affb878c1e14a72328b8e4130c12cd4febe02ca..3f6ee43b63f495731267f0fe6c5fd14dfa48dba839aa87f9b573119a47058719 100755 (executable)
@@ -2282,7 +2282,8 @@ sub git_project_list {
                      "<td class=\"link\">" .
                      $cgi->a({-href => href(project=>$pr->{'path'}, action=>"summary")}, "summary")   . " | " .
                      $cgi->a({-href => href(project=>$pr->{'path'}, action=>"shortlog")}, "shortlog") . " | " .
-                     $cgi->a({-href => href(project=>$pr->{'path'}, action=>"log")}, "log") .
+                     $cgi->a({-href => href(project=>$pr->{'path'}, action=>"log")}, "log") . " | " .
+                     $cgi->a({-href => href(project=>$pr->{'path'}, action=>"tree")}, "tree") .
                      "</td>\n" .
                      "</tr>\n";
        }
This page took 0.16951 seconds and 4 git commands to generate.