diff --git a/rhodecode/templates/shortlog/shortlog.html b/rhodecode/templates/shortlog/shortlog.html --- a/rhodecode/templates/shortlog/shortlog.html +++ b/rhodecode/templates/shortlog/shortlog.html @@ -7,16 +7,12 @@ <%def name="breadcrumbs_links()"> - ${h.link_to(_(u'Home'),h.url('/'))} - » - ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} - » %if c.file_history: - ${h.link_to(_('shortlog'),h.url('shortlog_home',repo_name=c.repo_name))} + ${h.link_to(_('Shortlog'),h.url('shortlog_home',repo_name=c.repo_name))} » ${c.file_history} %else: - ${_('shortlog')} + ${_('Shortlog')} %endif