]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-blame.c
ui-blame: Distinguish hashes column from lines column
[ps-cgit] / ui-blame.c
index d4a4534df8b205ca41d7f6d1a5a6c16bca8a2a00..62647a8e2e4918bb107001576df240ab7af12774 100644 (file)
@@ -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");