# HG changeset patch # User Mads Kiilerich # Date 2013-04-10 01:00:38 # Node ID c7c4855517c4236554da815460686fe0a7dbaf61 # Parent 40d50bb7cf2f411a188acc37715f56e4f7644186 summary: don't link from 'Fork of' text - only repo name should link 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