##// END OF EJS Templates
Adding context bar to the changeset page
Leonardo -
r3533:5462bb07 beta
parent child Browse files
Show More
@@ -7,10 +7,6 b''
7 7 </%def>
8 8
9 9 <%def name="breadcrumbs_links()">
10 ${h.link_to(_(u'Home'),h.url('/'))}
11 &raquo;
12 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
13 &raquo;
14 10 ${_('changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span>
15 11 </%def>
16 12
@@ -19,6 +15,7 b''
19 15 </%def>
20 16
21 17 <%def name="main()">
18 ${self.context_bar('changelog')}
22 19 <div class="box">
23 20 <!-- box / title -->
24 21 <div class="title">
General Comments 0
You need to be logged in to leave comments. Login now