Show More
@@ -41,8 +41,11 b'' | |||||
41 | <td class="td-commit"> |
|
41 | <td class="td-commit"> | |
42 | <pre><a href="${h.url('changeset_home', repo_name=c.repo_name, revision=cs.raw_id)}">${h.show_id(cs)}</a></pre> |
|
42 | <pre><a href="${h.url('changeset_home', repo_name=c.repo_name, revision=cs.raw_id)}">${h.show_id(cs)}</a></pre> | |
43 | </td> |
|
43 | </td> | |
44 | <td class="td-message"> |
|
44 | ||
45 | ${h.urlify_commit_message(h.truncate(cs.message, 50), c.repo_name)} |
|
45 | <td class="td-description mid"> | |
|
46 | <div class="log-container truncate-wrap"> | |||
|
47 | <div class="message truncate" id="c-${cs.raw_id}">${h.urlify_commit_message(cs.message, c.repo_name)}</div> | |||
|
48 | </div> | |||
46 | </td> |
|
49 | </td> | |
47 |
|
50 | |||
48 | <td class="td-time"> |
|
51 | <td class="td-time"> |
General Comments 0
You need to be logged in to leave comments.
Login now