mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 10:04:32 +02:00
More layout fixes
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
72a69b77e7
commit
931fc6d1e4
3 changed files with 98 additions and 33 deletions
|
@ -70,7 +70,7 @@ void cgit_print_repolist()
|
|||
"<th class='left'>Owner</th>"
|
||||
"<th class='left'>Idle</th>");
|
||||
if (ctx.cfg.enable_index_links)
|
||||
html("<th>Links</th>");
|
||||
html("<th class='left'>Links</th>");
|
||||
html("</tr>\n");
|
||||
|
||||
for (i=0; i<cgit_repolist.count; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue