- if (cgit_repo->enable_log_filecount) {
- html("<th class='right'>Files</th>");
- if (cgit_repo->enable_log_linecount)
- html("<th class='right'>Lines</th>");
+ html("<tr class='nohover'><th class='left'>Age</th>"
+ "<th class='left'>Commit message");
+ if (pager) {
+ html(" (");
+ cgit_log_link("toggle", NULL, NULL, ctx.qry.head, ctx.qry.sha1,
+ ctx.qry.path, ctx.qry.ofs, ctx.qry.grep,
+ ctx.qry.search, ctx.qry.showmsg ? 0 : 1);
+ html(")");