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