]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Add parameter to adjust max message length in log listings
[ps-cgit] / ui-repolist.c
index 7090c127c46b7edcaaaf04404cb464a34295f9ad..bd4af595eb5006980637f5962285aa85c4ec1113 100644 (file)
@@ -17,7 +17,7 @@ void cgit_print_repolist(struct cacheitem *item)
 
        chdir(cgit_root);
        cgit_print_docstart(cgit_root_title, item);
-       cgit_print_pageheader(cgit_root_title);
+       cgit_print_pageheader(cgit_root_title, 0);
 
        if (!(d = opendir("."))) {
                cgit_print_error(fmt("Unable to scan repository directory: %s",
@@ -28,7 +28,7 @@ void cgit_print_repolist(struct cacheitem *item)
 
        html("<h2>Repositories</h2>\n");
        html("<table class='list nowrap'>");
-       html("<tr>"
+       html("<tr class='nohover'>"
             "<th class='left'>Name</th>"
             "<th class='left'>Description</th>"
             "<th class='left'>Owner</th></tr>\n");