ui-log: build ellipsis from bullets

These look cleaner... IMHO. 😜

Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
Christian Hesse 2024-10-16 11:59:42 +02:00
parent a9b646471d
commit 35616b4953

View File

@ -244,7 +244,7 @@ static void print_commit(struct commit *commit, struct rev_info *revs)
cgit_commit_link(info->subject, NULL, NULL, ctx.qry.head,
oid_to_hex(&commit->object.oid), ctx.qry.vpath);
if (!ctx.qry.showmsg && info->msg && *(info->msg)) {
html("<span class='msg-avail'>...<span class='msg-tooltip'>");
html("<span class='msg-avail'>&bull;&bull;&bull;<span class='msg-tooltip'>");
html_txt(info->msg);
html("</span></span>");
}