comparison pylons_app/templates/admin/users/user_edit_my_account.html @ 450:c3236d7febad

fixed, empty cs bug. Implemented as webhlepers function
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Sep 2010 09:55:48 +0200
parents 70c2750531d3
children 87d80c84df09
comparison
equal deleted inserted replaced
449:ac21f018f6be 450:c3236d7febad
96 %else: 96 %else:
97 <img class="icon" alt="${_('public')}" src="/images/icons/lock_open.png"/> 97 <img class="icon" alt="${_('public')}" src="/images/icons/lock_open.png"/>
98 %endif 98 %endif
99 99
100 ${h.link_to(repo.name, h.url('summary_home',repo_name=repo.name))}</td> 100 ${h.link_to(repo.name, h.url('summary_home',repo_name=repo.name))}</td>
101 <td>${_('revision')}: ${repo.revisions[-1]}</td> 101 <td>${_('revision')}: ${h.get_changeset_safe(repo,'tip').revision}</td>
102 <td>${_('last changed')}: ${h.age(repo.last_change)}</td> 102 <td>${_('last changed')}: ${h.age(repo.last_change)}</td>
103 <td><img class="icon" alt="${_('private')}" src="/images/icons/application_form_edit.png"/> ${h.link_to(_('edit'),h.url('edit_repo',repo_name=repo.name))}</td> 103 <td><img class="icon" alt="${_('private')}" src="/images/icons/application_form_edit.png"/> ${h.link_to(_('edit'),h.url('edit_repo',repo_name=repo.name))}</td>
104 </tr> 104 </tr>
105 %endfor 105 %endfor
106 </tbody> 106 </tbody>