Show More
@@ -62,7 +62,7 b'' | |||
|
62 | 62 | <img alt="gravatar" src="${h.gravatar_url(h.email_or_none(cs.author),16)}"/> |
|
63 | 63 | <span title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</span> |
|
64 | 64 | </td> |
|
65 | <td class="hash"> | |
|
65 | <td class="hash" style="width:${len(h.show_id(cs))*6.5}px"> | |
|
66 | 66 | <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}"> |
|
67 | 67 | <span class="changeset_hash">${h.show_id(cs)}</span> |
|
68 | 68 | </a> |
General Comments 0
You need to be logged in to leave comments.
Login now