comparison pylons_app/templates/shortlog/shortlog_data.html @ 260:6ada8c223374

made global funcion to clean repo names, and remove all special chars from the name. Switched message slug into webhelpers function
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 06 Jun 2010 21:54:54 +0200
parents dee1913f7f5a
children 7ec4463b6e53
comparison
equal deleted inserted replaced
259:dee1913f7f5a 260:6ada8c223374
7 <tr class="parity${cnt%2}"> 7 <tr class="parity${cnt%2}">
8 <td>${cs._ctx.date()|n,filters.age}</td> 8 <td>${cs._ctx.date()|n,filters.age}</td>
9 <td title="${cs.author}">${cs.author|n,filters.person}</td> 9 <td title="${cs.author}">${cs.author|n,filters.person}</td>
10 <td>r${cs.revision}</td> 10 <td>r${cs.revision}</td>
11 <td> 11 <td>
12 ${h.link_to(self.message_slug(cs.message), 12 ${h.link_to(h.truncate(cs.message,60),
13 h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), 13 h.url('changeset_home',repo_name=c.repo_name,revision=cs._short),
14 title=cs.message)} 14 title=cs.message)}
15 </td> 15 </td>
16 <td> 16 <td>
17 <span class="logtags"> 17 <span class="logtags">