Show More
@@ -62,6 +62,7 b' from pylons_app.lib import filters' | |||||
62 | <tr class="parity${cnt%2}"> |
|
62 | <tr class="parity${cnt%2}"> | |
63 | <td>${cs._ctx.date()|n,filters.age}</td> |
|
63 | <td>${cs._ctx.date()|n,filters.age}</td> | |
64 | <td>${cs.author|n,filters.person}</td> |
|
64 | <td>${cs.author|n,filters.person}</td> | |
|
65 | <td>r${cs.revision}</td> | |||
65 | <td> |
|
66 | <td> | |
66 | ${h.link_to(message_slug(cs.message), |
|
67 | ${h.link_to(message_slug(cs.message), | |
67 | h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), |
|
68 | 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