From ecd1260017d23128f7b37289be901e0fbb888992 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 29 Oct 2021 08:07:01 +0000 Subject: Lowercase everything, Rosé Pine, click to copy And probably other little things I forgot about --- ui-log.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ui-log.c') diff --git a/ui-log.c b/ui-log.c index 20774bf..22f9ca1 100644 --- a/ui-log.c +++ b/ui-log.c @@ -459,26 +459,26 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern if (commit_graph) html(""); else - html("Age"); - html("Commit message"); + html("age"); + html("commit message"); if (pager) { html(" ("); - cgit_log_link(ctx.qry.showmsg ? "Collapse" : "Expand", NULL, + cgit_log_link(ctx.qry.showmsg ? "collapse" : "expand", NULL, NULL, ctx.qry.head, ctx.qry.oid, ctx.qry.vpath, ctx.qry.ofs, ctx.qry.grep, ctx.qry.search, ctx.qry.showmsg ? 0 : 1, ctx.qry.follow); html(")"); } - html("Author"); + html("author"); if (rev.graph) - html("Age"); + html("age"); if (ctx.repo->enable_log_filecount) { - html("Files"); + html("files"); columns++; } if (ctx.repo->enable_log_linecount) { - html("Lines"); + html("lines"); columns++; } html("\n"); -- cgit v1.2.3-70-g09d2