diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html
--- a/rhodecode/templates/index.html
+++ b/rhodecode/templates/index.html
@@ -61,18 +61,18 @@
## TYPE OF REPO
%if repo['dbrepo']['repo_type'] =='hg':
-

+

%elif repo['dbrepo']['repo_type'] =='git':
-

+

%else:
%endif
##PRIVATE/PUBLIC
%if repo['dbrepo']['private']:
-

+

%else:
-

+

%endif
##NAME
@@ -82,7 +82,7 @@
![${_('Fork of')} ${repo['dbrepo_fork']['repo_name']} ${_('fork')}](/images/icons/arrow_divide.png)
+ src="${h.url("/images/icons/arrow_divide.png")}"/>
%endif