Show More
@@ -14,7 +14,7 | |||||
14 | %for cnt,cs in enumerate(c.repo_changesets): |
|
14 | %for cnt,cs in enumerate(c.repo_changesets): | |
15 | <tr class="parity${cnt%2}"> |
|
15 | <tr class="parity${cnt%2}"> | |
16 | <td> |
|
16 | <td> | |
17 |
${h.link_to(h.truncate(cs.message, |
|
17 | ${h.link_to(h.truncate(cs.message,50), | |
18 | h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id), |
|
18 | h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id), | |
19 | title=cs.message)} |
|
19 | title=cs.message)} | |
20 | </td> |
|
20 | </td> |
General Comments 0
You need to be logged in to leave comments.
Login now