##// END OF EJS Templates
files edit/add is displayed with repo context menu
marcink -
r3583:e2447c58 beta
parent child Browse files
Show More
@@ -16,13 +16,11 b''
16 16 »
17 17 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
18 18 »
19 ${_('add file')} @ R${c.cs.revision}:${h.short_id(c.cs.raw_id)}
19 ${_('add file')} @ ${h.show_id(c.cs)}
20 20 </%def>
21 21
22 <%def name="page_nav()">
23 ${self.menu('files')}
24 </%def>
25 22 <%def name="main()">
23 ${self.context_bar('files')}
26 24 <div class="box">
27 25 <!-- box / title -->
28 26 <div class="title">
@@ -16,13 +16,11 b''
16 16 &raquo;
17 17 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
18 18 &raquo;
19 ${_('edit file')} @ R${c.cs.revision}:${h.short_id(c.cs.raw_id)}
19 ${_('edit file')} @ ${h.show_id(c.cs)}
20 20 </%def>
21 21
22 <%def name="page_nav()">
23 ${self.menu('files')}
24 </%def>
25 22 <%def name="main()">
23 ${self.context_bar('files')}
26 24 <div class="box">
27 25 <!-- box / title -->
28 26 <div class="title">
General Comments 0
You need to be logged in to leave comments. Login now