comparison rhodecode/templates/index.html @ 799:6d37fe113da0 beta

fixes to #85, some other small changes for summary page
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Dec 2010 13:09:21 +0100
parents 81c173490971
children 82aaf4e71817 136af52f374b
comparison
equal deleted inserted replaced
798:be15cc83361c 799:6d37fe113da0
90 <td><span class="tooltip" tooltip_title="${repo['description']}"> 90 <td><span class="tooltip" tooltip_title="${repo['description']}">
91 ${h.truncate(repo['description'],60)}</span> 91 ${h.truncate(repo['description'],60)}</span>
92 </td> 92 </td>
93 ##LAST CHANGE 93 ##LAST CHANGE
94 <td> 94 <td>
95 <span class="tooltip" tooltip_title="${h.age(repo['last_change'])}"> 95 <span class="tooltip" tooltip_title="${repo['last_change']}">
96 ${repo['last_change']}</span> 96 ${h.age(repo['last_change'])}</span>
97 </td> 97 </td>
98 <td> 98 <td>
99 %if repo['rev']>=0: 99 %if repo['rev']>=0:
100 ${h.link_to('r%s:%s' % (repo['rev'],h.short_id(repo['tip'])), 100 ${h.link_to('r%s:%s' % (repo['rev'],h.short_id(repo['tip'])),
101 h.url('changeset_home',repo_name=repo['name'],revision=repo['tip']), 101 h.url('changeset_home',repo_name=repo['name'],revision=repo['tip']),