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 @@ -42,14 +42,12 @@ E.onDOMReady(function(e){
- - %if c.repo_info.dbrepo.repo_type =='hg': - ${_('Mercurial repository')} - %elif c.repo_info.dbrepo.repo_type =='git': - ${_('Git repository')} - %else: - - %endif + %if c.repo_info.dbrepo.repo_type =='hg': + ${_('Mercurial repository')} + %endif + %if c.repo_info.dbrepo.repo_type =='git': + ${_('Git repository')} + %endif %if c.repo_info.dbrepo.private: ${_('private repository')} @@ -561,10 +559,12 @@ E.onDOMReady(function(e){
- <%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 +
+ <%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