diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -9,7 +9,7 @@ %if h.HasPermissionAny('hg.admin','hg.create.repository')(): %endif @@ -139,11 +139,13 @@ ${h.age(repo['last_change'])} +
%if repo['rev']>=0: - ${'r%s:%s' % (repo['rev'],h.short_id(repo['tip']))} +
${'r%s:%s' % (repo['rev'],h.short_id(repo['tip']))}
%else: ${_('No changesets yet')} - %endif + %endif +
${h.person(repo['contact'])}