about summary refs log tree commit diff stats
path: root/ui-summary.c
diff options
context:
space:
mode:
authorJason A. Donenfeld2015-03-05 02:18:42 +0100
committerJason A. Donenfeld2015-03-05 02:32:13 +0100
commitbd24832cd7a72117afb7fa785f4e6bfa4324bf30 (patch)
tree88da55b85154484c45b98b8dad560c3ff117a6dd /ui-summary.c
parentcache: use F_SETLK to avoid stale lock files (diff)
downloadcgit-bd24832cd7a72117afb7fa785f4e6bfa4324bf30.tar.gz
cgit-bd24832cd7a72117afb7fa785f4e6bfa4324bf30.zip
cgit: show clone URLs for empty repo
Diffstat (limited to 'ui-summary.c')
-rw-r--r--ui-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-summary.c b/ui-summary.c index 46ca713..fa5ba04 100644 --- a/ui-summary.c +++ b/ui-summary.c
@@ -28,7 +28,7 @@ static void print_url(const char *url)
28 28
29 if (urls++ == 0) { 29 if (urls++ == 0) {
30 htmlf("<tr class='nohover'><td colspan='%d'>&nbsp;</td></tr>", columns); 30 htmlf("<tr class='nohover'><td colspan='%d'>&nbsp;</td></tr>", columns);
31 htmlf("<tr><th class='left' colspan='%d'>Clone</th></tr>\n", columns); 31 htmlf("<tr class='nohover'><th class='left' colspan='%d'>Clone</th></tr>\n", columns);
32 } 32 }
33 33
34 htmlf("<tr><td colspan='%d'><a rel='vcs-git' href='", columns); 34 htmlf("<tr><td colspan='%d'><a rel='vcs-git' href='", columns);