Show More
@@ -953,7 +953,6 b' tbody .yui-dt-editable { cursor: pointer' | |||
|
953 | 953 | float: left; |
|
954 | 954 | border: none; |
|
955 | 955 | color: #fff; |
|
956 | text-transform: uppercase; | |
|
957 | 956 | margin: 0; |
|
958 | 957 | padding: 11px 0 11px 10px; |
|
959 | 958 | } |
@@ -6,7 +6,11 b'' | |||
|
6 | 6 | </%def> |
|
7 | 7 | |
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | ${_('Edit Repository Settings')} | |
|
9 | ${h.link_to(_(u'Home'),h.url('/'))} | |
|
10 | » | |
|
11 | ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} | |
|
12 | » | |
|
13 | ${_('Settings')} | |
|
10 | 14 | </%def> |
|
11 | 15 | |
|
12 | 16 | <%def name="page_nav()"> |
@@ -161,7 +165,7 b'' | |||
|
161 | 165 | |
|
162 | 166 | <div class="box box-right"> |
|
163 | 167 | <div class="title"> |
|
164 |
<h5>${_('Ad |
|
|
168 | <h5>${_('Advanced settings')}</h5> | |
|
165 | 169 | </div> |
|
166 | 170 | |
|
167 | 171 | <h3>${_('Statistics')}</h3> |
General Comments 0
You need to be logged in to leave comments.
Login now