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 @@ -1,54 +1,60 @@ -<%page args="parent" /> +<%page args="parent" />
| ${_('Group name')} | +${_('Description')} | + ##${_('Number of repositories')} | +|||
|---|---|---|---|---|---|
| ${_('Group name')} | -${_('Description')} | - ##${_('Number of repositories')} | +
+
+
+ |
+ ${gr.group_description} | + ## this is commented out since for multi nested repos can be HEAVY! + ## in number of executed queries during traversing uncomment at will + ##${gr.repositories_recursive_count} |
|
-
-
- |
- ${gr.group_description} | - ##${gr.repositories.count()} | -
| - + ${dt.quick_menu(repo['name'])} | -
- ## TYPE OF REPO
-
- %if repo['dbrepo']['repo_type'] =='hg':
-
+ ##REPO NAME AND ICONS
+ | + ${dt.repo_name(repo['name'],repo['dbrepo']['repo_type'],repo['dbrepo']['private'],repo['dbrepo_fork'].get('repo_name'))} | ##DESCRIPTION${h.truncate(repo['description'],60)} | - ##LAST CHANGE -- - ${h.age(repo['last_change'])} - | + ##LAST CHANGE DATE- %if repo['rev']>=0: - ${'r%s:%s' % (repo['rev'],h.short_id(repo['tip']))} - %else: - ${_('No changesets yet')} - %endif + ${h.age(repo['last_change'])} | + ##LAST REVISION ++ ${dt.revision(repo['name'],repo['rev'],repo['tip'],repo['author'],repo['last_msg'])} + | + ##${h.person(repo['contact'])} | %if c.rhodecode_user.username != 'default': %else: - %endif: - | + %endif: +%if c.rhodecode_user.username != 'default': @@ -156,71 +112,86 @@ |