diff --git a/rhodecode/public/css/contextbar.css b/rhodecode/public/css/contextbar.css --- a/rhodecode/public/css/contextbar.css +++ b/rhodecode/public/css/contextbar.css @@ -28,6 +28,9 @@ #context-bar a.ldap { background-image: url("../images/icons/server_key.png"); } #context-bar a.defaults { background-image: url("../images/icons/wrench.png"); } #context-bar a.settings { background-image: url("../images/icons/cog_edit.png"); } +#context-bar a.compare_request { background-image: url('../images/icons/arrow_inout.png')} +#context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')} +#context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')} #content #context-bar { position: relative; 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 @@ -1876,11 +1876,11 @@ div.form div.fields div.field div.button border-top: none; } -#summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')} -#summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')} -#summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')} -#summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')} -#summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')} +#summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')} +#summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')} +#summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')} +#summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')} +#summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')} #summary-menu-stats a { display: block; 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,11 +6,7 @@ <%def name="breadcrumbs_links()"> - ${h.link_to(_(u'Home'),h.url('/'))} - » - ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} - » - ${_('edit')} + ${_('Edit Repository Settings')} <%def name="page_nav()"> diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -104,7 +104,7 @@
-