- 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</th>"
+ "<th class='left'>Author</th>");
+ if (ctx.repo->enable_log_filecount) {
+ html("<th class='left'>Files</th>");
+ columns++;
+ if (ctx.repo->enable_log_linecount) {
+ html("<th class='left'>Lines</th>");
+ columns++;
+ }