mirror of
https://git.zx2c4.com/cgit
synced 2025-06-29 04:50:08 +02:00
ui-blame: Distinguish hashes column from lines column
Signed-off-by: Jeff Smith <whydoubt@gmail.com> Reviewed-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
1dd53e3a2f
commit
6b5b655f6d
2 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ static void emit_blame_entry(struct blame_scoreboard *sb,
|
|||
|
||||
char *detail = emit_suspect_detail(suspect);
|
||||
|
||||
html("<tr><td class='sha1 lines'>");
|
||||
html("<tr><td class='sha1 hashes'>");
|
||||
cgit_commit_link(find_unique_abbrev(oid->hash, DEFAULT_ABBREV), detail,
|
||||
NULL, ctx.qry.head, oid_to_hex(oid), suspect->path);
|
||||
html("</td>\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue