diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index cbbd75c2c..0091e1821 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -2163,7 +2163,8 @@ sub git_heads_body {
"\n" .
"
" .
$cgi->a({-href => href(action=>"shortlog", hash=>$tag{'name'})}, "shortlog") . " | " .
- $cgi->a({-href => href(action=>"log", hash=>$tag{'name'})}, "log") .
+ $cgi->a({-href => href(action=>"log", hash=>$tag{'name'})}, "log") . " | " .
+ $cgi->a({-href => href(action=>"tree", hash=>$tag{'name'}, hash_base=>$tag{'name'})}, "tree") .
" | \n" .
"";
}