Show More
@@ -19,7 +19,11 b'' | |||||
19 | ${h.hidden('revisions',cs.raw_id)} |
|
19 | ${h.hidden('revisions',cs.raw_id)} | |
20 | %endif |
|
20 | %endif | |
21 | </td> |
|
21 | </td> | |
22 | <td><span class="branchtag">${cs.branch}</span></td> |
|
22 | <td> | |
|
23 | %if cs.branch: | |||
|
24 | <span class="branchtag">${cs.branch}</span> | |||
|
25 | %endif | |||
|
26 | </td> | |||
23 | <td><div class="message tooltip" title="${h.tooltip(cs.message)}" style="white-space:normal">${h.urlify_commit(h.shorter(cs.message, 60),c.repo_name)}</div></td> |
|
27 | <td><div class="message tooltip" title="${h.tooltip(cs.message)}" style="white-space:normal">${h.urlify_commit(h.shorter(cs.message, 60),c.repo_name)}</div></td> | |
24 | </tr> |
|
28 | </tr> | |
25 | %endfor |
|
29 | %endfor |
General Comments 0
You need to be logged in to leave comments.
Login now