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
@@ -45,17 +45,17 @@
##REPO TYPE
%if c.dbrepo.repo_type =='hg':
-
+
%endif
%if c.dbrepo.repo_type =='git':
-
+
%endif
##PUBLIC/PRIVATE
%if c.dbrepo.private:
-
+
%else:
-
+
%endif
##REPO NAME
@@ -67,7 +67,7 @@
+ src="${h.url('/images/icons/arrow_divide.png')}"/>
${_('Fork of')} ${c.dbrepo.fork.repo_name}
@@ -78,7 +78,7 @@
+ src="${h.url('/images/icons/connect.png')}"/>
${_('Clone from')} ${h.hide_credentials(c.dbrepo.clone_uri)}