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['repo'].dbrepo.repo_type =='hg':
-

+

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

+

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

+

%else:
-

+

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