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 @@ -85,17 +85,17 @@ ${self.context_bar('summary')} ##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)} - + ${_('Clone from')} + ${_('Remote clone')} + ${h.hide_credentials(c.dbrepo.clone_uri)}
%endif @@ -148,7 +148,7 @@ ${self.context_bar('summary')} %else: ${_('Statistics are disabled for this repository')} %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-btn")} + ${h.link_to(_('Enable'),h.url('edit_repo',repo_name=c.repo_name),class_="ui-btn")} %endif %endif @@ -164,14 +164,14 @@ ${self.context_bar('summary')} %elif not c.enable_downloads: ${_('Downloads are disabled for this repository')} %if h.HasPermissionAll('hg.admin')('enable downloads on from summary'): - ${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name),class_="ui-btn")} + ${h.link_to(_('Enable'),h.url('edit_repo',repo_name=c.repo_name),class_="ui-btn")} %endif %else: + ${h.link_to(_('Download as zip'), h.url('files_archive_home',repo_name=c.dbrepo.repo_name,fname='tip.zip'),class_="archive_icon ui-btn")} ${h.select('download_options',c.rhodecode_repo.get_changeset().raw_id,c.download_options)} - ${h.link_to(_('Download as zip'), h.url('files_archive_home',repo_name=c.dbrepo.repo_name,fname='tip.zip'),class_="archive_icon ui-btn")} - - + + %endif @@ -261,7 +261,7 @@ ${self.context_bar('summary')}
- <%include file='../shortlog/shortlog_data.html'/> + <%include file='../changelog/changelog_summary_data.html'/>
@@ -269,10 +269,9 @@ ${self.context_bar('summary')} %if c.readme_data:
-