diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -953,7 +953,6 @@ tbody .yui-dt-editable { cursor: pointer float: left; border: none; color: #fff; - text-transform: uppercase; margin: 0; padding: 11px 0 11px 10px; } diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html --- a/rhodecode/templates/admin/repos/repo_edit.html +++ b/rhodecode/templates/admin/repos/repo_edit.html @@ -6,7 +6,11 @@ <%def name="breadcrumbs_links()"> - ${_('Edit Repository Settings')} + ${h.link_to(_(u'Home'),h.url('/'))} + » + ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} + » + ${_('Settings')} <%def name="page_nav()"> @@ -161,7 +165,7 @@
-
${_('Administration')}
+
${_('Advanced settings')}

${_('Statistics')}