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 @@ -70,160 +70,13 @@
- <%cnt=0%> - <%namespace name="dt" file="/data_table/_dt_elements.html"/> - % if not c.visual.lightweight_dashboard: - ## old full detailed version -| - | ${_('Name')} | -${_('Description')} | -${_('Last change')} | -${_('Tip')} | -${_('Owner')} | -${_('Atom')} | -
|---|---|---|---|---|---|---|
| - ${dt.quick_menu(repo['name'])} - | - ##REPO NAME AND ICONS -- ${dt.repo_name(repo['name'],repo['dbrepo']['repo_type'],repo['dbrepo']['private'],h.AttributeDict(repo['dbrepo_fork']),pageargs.get('short_repo_names'))} - | - ##DESCRIPTION -- %if c.visual.stylify_metatags: - ${h.urlify_text(h.desc_stylize(h.truncate(repo['description'],60)))} - %else: - ${h.truncate(repo['description'],60)} - %endif - | - ##LAST CHANGE DATE -- ${dt.last_change(repo['last_change'])} - | - ##LAST REVISION -- ${dt.revision(repo['name'],repo['rev'],repo['tip'],repo['author'],repo['last_msg'])} - | - ## -${h.person(repo['contact'])} | -- ${dt.atom(repo['name'])} - | -