## TYPE OF REPO
%if repo['dbrepo']['repo_type'] =='hg':
})
%elif repo['dbrepo']['repo_type'] =='git':
})
%endif
##PRIVATE/PUBLIC
%if repo['dbrepo']['private']:
})
%else:
})
%endif
##NAME
${h.link_to(repo['name'],
h.url('summary_home',repo_name=repo['name']),class_="repo_name")}
%if repo['dbrepo_fork']:
![${_('Fork of')} ${repo['dbrepo_fork']['repo_name']} ${_('fork')}](${h.url('/images/icons/arrow_divide.png')})
%endif
|
##DESCRIPTION
${h.truncate(repo['description'],60)}
|
##LAST CHANGE
${h.age(repo['last_change'])}
|
%if repo['rev']>=0:
${'r%s:%s' % (repo['rev'],h.short_id(repo['tip']))}
%else:
${_('No changesets yet')}
%endif
|
${h.person(repo['contact'])} |
%if c.rhodecode_user.username != 'default':
%else:
%endif:
|
%if c.rhodecode_user.username != 'default':
%else:
%endif:
|
%endfor