diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html new file mode 100644 --- /dev/null +++ b/rhodecode/templates/index_base.html @@ -0,0 +1,226 @@ +<%page args="parent" /> +
| ${_('Group name')} | +${_('Description')} | + ##${_('Number of repositories')} | +
|---|---|---|
|
+
+
+ |
+ ${gr.group_description} | + ##${gr.repositories.count()} | +
| + | ${_('Name')} | +${_('Description')} | +${_('Last change')} | +${_('Tip')} | +${_('Owner')} | +${_('RSS')} | +${_('Atom')} | +
|---|---|---|---|---|---|---|---|
| + + | +
+ ## TYPE OF REPO
+
+ %if repo['dbrepo']['repo_type'] =='hg':
+
+ |
+ ##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: + | +