Changeset - b2728f47b589
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-03-22 01:34:14
marcin@python-works.com
repo edit UI improvements
2 files changed with 6 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -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;
 
}
rhodecode/templates/admin/repos/repo_edit.html
Show inline comments
 
@@ -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 @@ ${self.context_bar('options')}
 

	
 
<div class="box box-right">
 
    <div class="title">
 
        <h5>${_('Administration')}</h5>
 
        <h5>${_('Advanced settings')}</h5>
 
    </div>
 

	
 
        <h3>${_('Statistics')}</h3>
0 comments (0 inline, 0 general)