changeset 3562:b2728f47b589 beta

repo edit UI improvements
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 22 Mar 2013 01:34:14 +0100
parents c04d1d9b6193
children 8d8c4dddd174
files rhodecode/public/css/style.css rhodecode/templates/admin/repos/repo_edit.html
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu Mar 21 23:56:17 2013 +0100
+++ b/rhodecode/public/css/style.css	Fri Mar 22 01:34:14 2013 +0100
@@ -953,7 +953,6 @@
     float: left;
     border: none;
     color: #fff;
-    text-transform: uppercase;
     margin: 0;
     padding: 11px 0 11px 10px;
 }
--- a/rhodecode/templates/admin/repos/repo_edit.html	Thu Mar 21 23:56:17 2013 +0100
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Fri Mar 22 01:34:14 2013 +0100
@@ -6,7 +6,11 @@
 </%def>
 
 <%def name="breadcrumbs_links()">
-  ${_('Edit Repository Settings')}
+    ${h.link_to(_(u'Home'),h.url('/'))}
+    &raquo;
+    ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
+    &raquo;
+    ${_('Settings')}
 </%def>
 
 <%def name="page_nav()">
@@ -161,7 +165,7 @@
 
 <div class="box box-right">
     <div class="title">
-        <h5>${_('Administration')}</h5>
+        <h5>${_('Advanced settings')}</h5>
     </div>
 
         <h3>${_('Statistics')}</h3>