diff options
-rw-r--r-- | cgit-70.c | 2 | ||||
-rw-r--r-- | ui_70-summary.c | 5 |
2 files changed, 3 insertions, 4 deletions
@@ -12,7 +12,7 @@ #include "cmd.h" #include "configfile.h" #include "html.h" -#include "ui-shared.h" +#include "ui_70-shared.h" #include "ui-stats.h" #include "ui-blob.h" #include "ui-summary.h" diff --git a/ui_70-summary.c b/ui_70-summary.c index 8db5c7f..aa680f6 100644 --- a/ui_70-summary.c +++ b/ui_70-summary.c @@ -28,10 +28,8 @@ static void print_url(const char *url) columns++; if (urls++ == 0) { - htmlf("<tr class='nohover'><td colspan='%d'> </td></tr>", columns); - htmlf("<tr class='nohover'><th class='left' colspan='%d'>Clone</th></tr>\n", columns); } - +/* htmlf("<tr><td colspan='%d'><a rel='vcs-git' href='", columns); html_url_path(url); html("' title='"); @@ -39,6 +37,7 @@ static void print_url(const char *url) html(" Git repository'>"); html_txt(url); html("</a></td></tr>\n"); +*/ } void cgit_print_summary(void) |