comparison rhodecode/templates/admin/repos/repo_edit.html @ 3527:87c97fcea029 beta

Adding the context bar too all pages related to a Repository. Deleted top menu items that are on the context bar already.
author Leonardo <leo@unity3d.com>
date Mon, 04 Mar 2013 12:15:34 +0100
parents fe2bb88bf7ac
children 9e677f6d34cb
comparison
equal deleted inserted replaced
3526:79c980b628e3 3527:87c97fcea029
16 <%def name="page_nav()"> 16 <%def name="page_nav()">
17 ${self.menu('options')} 17 ${self.menu('options')}
18 </%def> 18 </%def>
19 19
20 <%def name="main()"> 20 <%def name="main()">
21 ${self.context_bar('options')}
21 <div class="box box-left"> 22 <div class="box box-left">
22 <!-- box / title --> 23 <!-- box / title -->
23 <div class="title"> 24 <div class="title">
24 ${self.breadcrumbs()} 25 ${self.breadcrumbs()}
25 </div> 26 </div>