X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/0afd1e32598f813f593cd79a67cfdaa35688d2fe3892fb17c3107ec10124d2ea..93eadd7aa536a598f3069a61cf6725392b8cb9c05d40d8bdf8ffb3b63affe51d:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 21e19f0..c3b2f36 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -3057,7 +3057,7 @@ sub git_commit { "blame"); } git_header_html(undef, $expires); - git_print_page_nav('commit', defined $co{'parent'} ? '' : 'commitdiff', + git_print_page_nav('commit', '', $hash, $co{'tree'}, $hash, join (' | ', @views_nav));