X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/bbfa006e6eb93d56842c1d90bbba1c5484afb855..ecd6b7230c88deb23f880ee1df75ae4b230cf9ec:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index 70ea908..fa5ba04 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -28,12 +28,14 @@ static void print_url(const char *url) if (urls++ == 0) { htmlf(" ", columns); - htmlf("Clone\n", columns); + htmlf("Clone\n", columns); } - htmlf(""); + html("' title='"); + html_attr(ctx.repo->name); + html(" Git repository'>"); html_txt(url); html("\n"); }