comparison rhodecode/templates/tags/tags_data.html @ 1218:3d9da7893fdb

fixes for stable
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Apr 2011 18:51:34 +0200
parents 6d37fe113da0
children 833f9dec0a06
comparison
equal deleted inserted replaced
1217:a3b2b4b4e440 1218:3d9da7893fdb
7 <th class="left">${_('revision')}</th> 7 <th class="left">${_('revision')}</th>
8 <th class="left">${_('links')}</th> 8 <th class="left">${_('links')}</th>
9 </tr> 9 </tr>
10 %for cnt,tag in enumerate(c.repo_tags.items()): 10 %for cnt,tag in enumerate(c.repo_tags.items()):
11 <tr class="parity${cnt%2}"> 11 <tr class="parity${cnt%2}">
12 <td><span class="tooltip" tooltip_title="${h.age(tag[1].date)}"> 12 <td><span class="tooltip" title="${h.age(tag[1].date)}">
13 ${tag[1].date}</span> 13 ${tag[1].date}</span>
14 </td> 14 </td>
15 <td> 15 <td>
16 <span class="logtags"> 16 <span class="logtags">
17 <span class="tagtag">${h.link_to(tag[0], 17 <span class="tagtag">${h.link_to(tag[0],