comparison pylons_app/templates/summary/summary.html @ 489:460ad816820d celery

fixed bug when new repo had no last commiter, fixed bug when my_account updating information failed, by not uniq email address.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 20 Sep 2010 22:47:20 +0200
parents b12ea84fb906
children 2256c78afe53
comparison
equal deleted inserted replaced
488:853b9425742a 489:460ad816820d
75 <div class="label"> 75 <div class="label">
76 <label>${_('Last change')}:</label> 76 <label>${_('Last change')}:</label>
77 </div> 77 </div>
78 <div class="input-short"> 78 <div class="input-short">
79 ${h.age(c.repo_info.last_change)} - ${h.rfc822date(c.repo_info.last_change)} 79 ${h.age(c.repo_info.last_change)} - ${h.rfc822date(c.repo_info.last_change)}
80 ${_('by')} ${c.repo_info.get_changeset('tip').author} 80 ${_('by')} ${h.get_changeset_safe(c.repo_info,'tip').author}
81 81
82 </div> 82 </div>
83 </div> 83 </div>
84 84
85 <div class="field"> 85 <div class="field">