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:
- - ${_('public')} - ${_('Fork of')} ${c.dbrepo.fork.repo_name} + ${_('public')} + ${_('Fork of')} ${c.dbrepo.fork.repo_name}
%endif ##REMOTE %if c.dbrepo.clone_uri:
- - ${_('remote clone')} - ${_('Clone from')} ${h.hide_credentials(c.dbrepo.clone_uri)} + ${_('remote clone')} + ${_('Clone from')} ${h.hide_credentials(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: +
+
+ +
+
+
+ ${c.readme_data|n} +
-
-
- -
-
- <%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 -
-
-
-
- -
-
- <%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 + + +