comparison rhodecode/templates/shortlog/shortlog.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 f74be3359044
children 9e677f6d34cb
comparison
equal deleted inserted replaced
3526:79c980b628e3 3527:87c97fcea029
22 22
23 <%def name="page_nav()"> 23 <%def name="page_nav()">
24 ${self.menu('shortlog')} 24 ${self.menu('shortlog')}
25 </%def> 25 </%def>
26 <%def name="main()"> 26 <%def name="main()">
27 ${self.context_bar('options')}
27 <div class="box"> 28 <div class="box">
28 <!-- box / title --> 29 <!-- box / title -->
29 <div class="title"> 30 <div class="title">
30 ${self.breadcrumbs()} 31 ${self.breadcrumbs()}
31 </div> 32 </div>