diff options
| author | Yigit Sever | 2021-10-29 08:07:01 +0000 |
|---|---|---|
| committer | Yigit Sever | 2021-10-29 11:15:11 +0300 |
| commit | ecd1260017d23128f7b37289be901e0fbb888992 (patch) | |
| tree | 77c2bbdc33512bd558cc79c8b668869972e3914b /ui-log.c | |
| parent | b00972235a9e2250610bb6f861a6e88d30d5a126 (diff) | |
| download | cgit-ecd1260017d23128f7b37289be901e0fbb888992.tar.gz cgit-ecd1260017d23128f7b37289be901e0fbb888992.tar.bz2 cgit-ecd1260017d23128f7b37289be901e0fbb888992.zip | |
Lowercase everything, Rosé Pine, click to copy
And probably other little things I forgot about
Diffstat (limited to 'ui-log.c')
| -rw-r--r-- | ui-log.c | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -459,26 +459,26 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern | |||
| 459 | if (commit_graph) | 459 | if (commit_graph) |
| 460 | html("<th></th>"); | 460 | html("<th></th>"); |
| 461 | else | 461 | else |
| 462 | html("<th class='left'>Age</th>"); | 462 | html("<th class='left'>age</th>"); |
| 463 | html("<th class='left'>Commit message"); | 463 | html("<th class='left'>commit message"); |
| 464 | if (pager) { | 464 | if (pager) { |
| 465 | html(" ("); | 465 | html(" ("); |
| 466 | cgit_log_link(ctx.qry.showmsg ? "Collapse" : "Expand", NULL, | 466 | cgit_log_link(ctx.qry.showmsg ? "collapse" : "expand", NULL, |
| 467 | NULL, ctx.qry.head, ctx.qry.oid, | 467 | NULL, ctx.qry.head, ctx.qry.oid, |
| 468 | ctx.qry.vpath, ctx.qry.ofs, ctx.qry.grep, | 468 | ctx.qry.vpath, ctx.qry.ofs, ctx.qry.grep, |
| 469 | ctx.qry.search, ctx.qry.showmsg ? 0 : 1, | 469 | ctx.qry.search, ctx.qry.showmsg ? 0 : 1, |
| 470 | ctx.qry.follow); | 470 | ctx.qry.follow); |
| 471 | html(")"); | 471 | html(")"); |
| 472 | } | 472 | } |
| 473 | html("</th><th class='left'>Author</th>"); | 473 | html("</th><th class='left'>author</th>"); |
| 474 | if (rev.graph) | 474 | if (rev.graph) |
| 475 | html("<th class='left'>Age</th>"); | 475 | html("<th class='left'>age</th>"); |
| 476 | if (ctx.repo->enable_log_filecount) { | 476 | if (ctx.repo->enable_log_filecount) { |
| 477 | html("<th class='left'>Files</th>"); | 477 | html("<th class='left'>files</th>"); |
| 478 | columns++; | 478 | columns++; |
| 479 | } | 479 | } |
| 480 | if (ctx.repo->enable_log_linecount) { | 480 | if (ctx.repo->enable_log_linecount) { |
| 481 | html("<th class='left'>Lines</th>"); | 481 | html("<th class='left'>lines</th>"); |
| 482 | columns++; | 482 | columns++; |
| 483 | } | 483 | } |
| 484 | html("</tr>\n"); | 484 | html("</tr>\n"); |
