Show More
@@ -16,6 +16,7 b' from pylons_app.lib import filters' | |||||
16 | <tr class="parity${cnt%2}"> |
|
16 | <tr class="parity${cnt%2}"> | |
17 | <td>${cs._ctx.date()|n,filters.age}</td> |
|
17 | <td>${cs._ctx.date()|n,filters.age}</td> | |
18 | <td title="${cs.author}">${cs.author|n,filters.person}</td> |
|
18 | <td title="${cs.author}">${cs.author|n,filters.person}</td> | |
|
19 | <td>r${cs.revision}</td> | |||
19 | <td> |
|
20 | <td> | |
20 | ${h.link_to(message_slug(cs.message), |
|
21 | ${h.link_to(message_slug(cs.message), | |
21 | h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), |
|
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