mirror of
https://git.zx2c4.com/cgit
synced 2025-08-17 16:01:06 +02: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
610f958e12
commit
914d9ec9b2
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue