Show More
@@ -16,6 +16,7 b' from pylons_app.lib import filters' | |||
|
16 | 16 | <tr class="parity${cnt%2}"> |
|
17 | 17 | <td>${cs._ctx.date()|n,filters.age}</td> |
|
18 | 18 | <td title="${cs.author}">${cs.author|n,filters.person}</td> |
|
19 | <td>r${cs.revision}</td> | |
|
19 | 20 | <td> |
|
20 | 21 | ${h.link_to(message_slug(cs.message), |
|
21 | 22 | h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), |
General Comments 0
You need to be logged in to leave comments.
Login now