diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html
--- a/rhodecode/templates/summary/summary.html
+++ b/rhodecode/templates/summary/summary.html
@@ -64,29 +64,22 @@
##FORK
%if c.dbrepo.fork:
%endif
##REMOTE
%if c.dbrepo.clone_uri:
%endif
-
@@ -94,7 +87,6 @@
${h.urlify_text(c.dbrepo.description)}
-
@@ -119,7 +111,6 @@
${h.age(c.rhodecode_repo.last_change)}
${_('by')} ${h.get_changeset_safe(c.rhodecode_repo,'tip').author}
-
@@ -187,123 +178,6 @@
-
@@ -319,7 +193,6 @@
%if h.HasPermissionAll('hg.admin')('enable stats on from summary'):
${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name),class_="ui-button-small")}
%endif
-
%else:
${_('Loaded in')} ${c.stats_percentage} %
%endif
@@ -331,333 +204,9 @@
-
-
@@ -669,32 +218,461 @@
<%include file='../shortlog/shortlog_data.html'/>
- ##%if c.repo_changesets:
- ## ${h.link_to(_('show more'),h.url('changelog_home',repo_name=c.repo_name))}
- ##%endif
+
+
+
+%if c.readme_data:
+
-
-
-
${h.link_to(_('Tags'),h.url('tags_home',repo_name=c.repo_name))}
-
-
- <%include file='../tags/tags_data.html'/>
- %if c.repo_changesets:
- ${h.link_to(_('show more'),h.url('tags_home',repo_name=c.repo_name))}
- %endif
-
-
-
-
-
${h.link_to(_('Branches'),h.url('branches_home',repo_name=c.repo_name))}
-
-
- <%include file='../branches/branches_data.html'/>
- %if c.repo_changesets:
- ${h.link_to(_('show more'),h.url('branches_home',repo_name=c.repo_name))}
- %endif
-
-
+%endif
+
+
+
%def>