# HG changeset patch # User Marcin Kuzminski # Date 2013-03-22 00:34:14 # Node ID b2728f47b58911a7513ed6f51e443f3276119083 # Parent c04d1d9b6193b4dfdd100052084a47c58cccbe03 repo edit UI improvements 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')}