refs: add link to log per branch

This commit is contained in:
Hiltjo Posthuma 2016-01-03 21:21:30 +01:00
parent 465d72a6d2
commit a83a75bb18

View file

@ -820,9 +820,11 @@ writebranches(FILE *fp)
relpath = "";
fputs("<tr><td>", fp);
fputs("<tr><td><a href=\"log-", fp);
xmlencode(fp, branchname, strlen(branchname));
fputs("</td><td>", fp);
fputs(".html\">", fp);
xmlencode(fp, branchname, strlen(branchname));
fputs("</a></td><td>", fp);
if (ci->author)
printtimeshort(fp, &(ci->author->when));
fputs("</td><td>", fp);