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': - ${_('Mercurial repository')} + ${_('Mercurial repository')} %elif repo['dbrepo']['repo_type'] =='git': - ${_('Git repository')} + ${_('Git repository')} %else: %endif ##PRIVATE/PUBLIC %if repo['dbrepo']['private']: - ${_('private repository')} + ${_('private repository')} %else: - ${_('public repository')} + ${_('public repository')} %endif ##NAME @@ -82,7 +82,7 @@ ${_('fork')} + src="${h.url("/images/icons/arrow_divide.png")}"/> %endif