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-refs.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-refs.c')
-rw-r--r-- | ui-refs.c | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -84,10 +84,10 @@ static int print_branch(struct refinfo *ref) | |||
84 | 84 | ||
85 | static void print_tag_header(void) | 85 | static void print_tag_header(void) |
86 | { | 86 | { |
87 | html("<tr class='nohover'><th class='left'>Tag</th>" | 87 | html("<tr class='nohover'><th class='left'>tag</th>" |
88 | "<th class='left'>Download</th>" | 88 | "<th class='left'>download</th>" |
89 | "<th class='left'>Author</th>" | 89 | "<th class='left'>author</th>" |
90 | "<th class='left' colspan='2'>Age</th></tr>\n"); | 90 | "<th class='left' colspan='2'>age</th></tr>\n"); |
91 | } | 91 | } |
92 | 92 | ||
93 | static int print_tag(struct refinfo *ref) | 93 | static int print_tag(struct refinfo *ref) |
@@ -148,10 +148,10 @@ void cgit_print_branches(int maxcount) | |||
148 | struct reflist list; | 148 | struct reflist list; |
149 | int i; | 149 | int i; |
150 | 150 | ||
151 | html("<tr class='nohover'><th class='left'>Branch</th>" | 151 | html("<tr class='nohover'><th class='left'>branch</th>" |
152 | "<th class='left'>Commit message</th>" | 152 | "<th class='left'>commit message</th>" |
153 | "<th class='left'>Author</th>" | 153 | "<th class='left'>author</th>" |
154 | "<th class='left' colspan='2'>Age</th></tr>\n"); | 154 | "<th class='left' colspan='2'>age</th></tr>\n"); |
155 | 155 | ||
156 | list.refs = NULL; | 156 | list.refs = NULL; |
157 | list.alloc = list.count = 0; | 157 | list.alloc = list.count = 0; |