diff options
| author | Jeff Smith <[email protected]> | 2017-10-18 04:17:32 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2018-01-19 10:40:49 +0000 |
| commit | 6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9 (patch) | |
| tree | a8a85adbb2a98941634f89dc37cb8f026a9b5823 /ui-blame.c | |
| parent | git: update to v2.16.0 (diff) | |
| download | cgit-6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9.tar.gz cgit-6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9.zip | |
ui-blame: Distinguish hashes column from lines column
Signed-off-by: Jeff Smith <[email protected]>
Reviewed-by: John Keeping <[email protected]>
Diffstat (limited to 'ui-blame.c')
| -rw-r--r-- | ui-blame.c | 2 |
1 files changed, 1 insertions, 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"); |
