diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html --- a/rhodecode/templates/index.html +++ b/rhodecode/templates/index.html @@ -27,72 +27,142 @@
| ${get_sort(_('Name'))} | ${get_sort(_('Description'))} | ${get_sort(_('Last change'))} | ${get_sort(_('Tip'))} | -${get_sort(_('Contact'))} | +${get_sort(_('Owner'))} | ${_('RSS')} | ${_('Atom')} |
|---|---|---|---|---|---|---|---|
|
- %if repo['repo'].dbrepo.private:
- |
- ${h.truncate(repo['description'],60)} | -${h.age(repo['last_change'])} | -- %if repo['rev']>=0: - ${h.link_to('r%s:%s' % (repo['rev'],repo['tip']), - h.url('changeset_home',repo_name=repo['name'],revision=repo['tip']), - class_="tooltip", - tooltip_title=h.tooltip(repo['last_msg']))} - %else: - ${_('No changesets yet')} - %endif - | -${h.person(repo['contact'])} | -- - | -- - | -