Show More
@@ -19,6 +19,7 b'' | |||
|
19 | 19 | </td> |
|
20 | 20 | <td><div class="author">${h.person(cs.author)}</div></td> |
|
21 | 21 | <td><span class="tooltip" title="${h.tooltip(h.age(cs.date))}">${cs.date}</span></td> |
|
22 | <td><span class="branchtag">${cs.branch}</span></td> | |
|
22 | 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> |
|
23 | 24 | </tr> |
|
24 | 25 | %endfor |
General Comments 0
You need to be logged in to leave comments.
Login now