gitweb: Link (HEAD) tree for each project from projects list
[gitweb.git] / gitweb / gitweb.perl
index d3757f49b38e618878ce1fa941d153f3e0a511e4..8fd7f6638ae63bd6466552cc2744a2f07cd87c09 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";
        }