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 @@ -13,8 +13,8 @@ <%def name="head_extra()"> - - + + <%def name="main()"> @@ -59,9 +59,9 @@ ${self.context_bar('summary')} ##PUBLIC/PRIVATE %if c.dbrepo.private: - ${_('private repository')} + ${_('Private repository')} %else: - ${_('public repository')} + ${_('Public repository')} %endif ##REPO NAME @@ -70,7 +70,7 @@ ${self.context_bar('summary')} ##FORK %if c.dbrepo.fork:
- ${_('public')} + ${_('Public')} ${_('Fork of')} ${c.dbrepo.fork.repo_name}
@@ -78,7 +78,7 @@ ${self.context_bar('summary')} ##REMOTE %if c.dbrepo.clone_uri:
- ${_('remote clone')} + ${_('Remote clone')} ${_('Clone from')} ${h.hide_credentials(c.dbrepo.clone_uri)}
@@ -386,7 +386,7 @@ for (var i=0;i