summaryrefslogtreecommitdiff
path: root/ui_70-summary.c
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-30 09:48:49 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-30 09:48:49 +0100
commit2263231b14a6d578b54bf44317c9cfe58d72cc8b (patch)
treec3bca9f02a409d851a16dc103a269df6d950450f /ui_70-summary.c
parent49b183ff25cd274be7551836b9371236731eef82 (diff)
another minor fix in index link
Diffstat (limited to 'ui_70-summary.c')
-rw-r--r--ui_70-summary.c5
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'>&nbsp;</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)