dfbb8f7a87e7c9d74a288e8e34a2c852e9e83622 galt Wed Mar 3 22:11:03 2010 -0800 added bottom navigation links to files and commits views diff --git git-reports.c git-reports.c index 36f50e9..b344e5d 100644 --- git-reports.c +++ git-reports.c @@ -431,6 +431,7 @@ fprintf(h, "\n"); } } +fprintf(h, "switch to <A href=\"index-by-file.html\">files view</A>, <A href=\"../index.html\">user index</A>\n"); fprintf(h, "</pre>\n</body>\n</html>\n"); fclose(h); *saveUlc = userLinesChanged; @@ -565,6 +566,7 @@ fprintf(h, "\n"); } +fprintf(h, "switch to <A href=\"index.html\">commits view</A>, <A href=\"../index.html\">user index</A>"); fprintf(h, "</pre>\n</body>\n</html>\n"); fclose(h); //*saveUlc = userLinesChanged;