2631e2da049d64cec05989be115c55159dde6b9b galt Wed Mar 3 22:07:14 2010 -0800 added navigation links to files and commits views diff --git git-reports.c git-reports.c index 7669bfa..36f50e9 100644 --- git-reports.c +++ git-reports.c @@ -284,7 +284,7 @@ fprintf(h, "<html>\n<head>\n<title>%s Commits View</title>\n</head>\n</body>\n", u); fprintf(h, "<h2>Commits for %s</h2>\n", u); -//switch to grouped by file view, user index +fprintf(h, "switch to <A href=\"index-by-file.html\">files view</A>, <A href=\"../index.html\">user index</A>\n"); fprintf(h, "<h2>%s to %s (%s to %s) %s</h2>\n", startTag, endTag, startDate, endDate, title); fprintf(h, "<pre>\n"); @@ -465,7 +465,7 @@ fprintf(h, "<html>\n<head>\n<title>%s Files View</title>\n</head>\n</body>\n", u); fprintf(h, "<h2>Files for %s</h2>\n", u); -//switch to grouped by file view, user index +fprintf(h, "switch to <A href=\"index.html\">commits view</A>, <A href=\"../index.html\">user index</A>"); fprintf(h, "<h2>%s to %s (%s to %s) %s</h2>\n", startTag, endTag, startDate, endDate, title); fprintf(h, "<pre>\n");