]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
More layout fixes
[ps-cgit] / ui-repolist.c
index ad9b1bc4aa020c3bb7a3db4f178b207d65ff3fd2..9eba2226356c6ba759c488dff98b3abc1f0ebd26 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "cgit.h"
 #include "html.h"
+#include "ui-shared.h"
 
 time_t read_agefile(char *path)
 {
@@ -69,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++) {