gitweb: Add snapshot to shortlog
[gitweb.git] / gitweb / gitweb.perl
index 97b30aa5c5eee1cf980799904977c473ac2537fe..8ad04570a8ae486989ea190d1395a8db4b072a34 100755 (executable)
@@ -2021,7 +2021,8 @@ sub git_shortlog_body {
                print "</td>\n" .
                      "<td class=\"link\">" .
                      $cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff") . " | " .
-                     $cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree");
+                     $cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree") . " | " .
+                     $cgi->a({-href => href(action=>"snapshot", hash=>$commit)}, "snapshot");
                print "</td>\n" .
                      "</tr>\n";
        }