mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 16:38:42 +00:00
ui-log: build ellipsis from bullets
These look cleaner... IMHO. 😜
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
a9b646471d
commit
35616b4953
2
ui-log.c
2
ui-log.c
@ -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,
|
cgit_commit_link(info->subject, NULL, NULL, ctx.qry.head,
|
||||||
oid_to_hex(&commit->object.oid), ctx.qry.vpath);
|
oid_to_hex(&commit->object.oid), ctx.qry.vpath);
|
||||||
if (!ctx.qry.showmsg && info->msg && *(info->msg)) {
|
if (!ctx.qry.showmsg && info->msg && *(info->msg)) {
|
||||||
html("<span class='msg-avail'>...<span class='msg-tooltip'>");
|
html("<span class='msg-avail'>•••<span class='msg-tooltip'>");
|
||||||
html_txt(info->msg);
|
html_txt(info->msg);
|
||||||
html("</span></span>");
|
html("</span></span>");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user