diff options
Diffstat (limited to 'ui_70-summary.c')
-rw-r--r-- | ui_70-summary.c | 5 |
1 files changed, 2 insertions, 3 deletions
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) |