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 @@ window.onhashchange = function() { ##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