comparison rhodecode/templates/files/files_add.html @ 3583:e2447c586e1b beta

files edit/add is displayed with repo context menu
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Mar 2013 22:09:50 +0100
parents 1f334a68d057
children bb1eecda3172
comparison
equal deleted inserted replaced
3582:1f334a68d057 3583:e2447c586e1b
14 <%def name="breadcrumbs_links()"> 14 <%def name="breadcrumbs_links()">
15 ${h.link_to(_(u'Home'),h.url('/'))} 15 ${h.link_to(_(u'Home'),h.url('/'))}
16 &raquo; 16 &raquo;
17 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} 17 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
18 &raquo; 18 &raquo;
19 ${_('add file')} @ R${c.cs.revision}:${h.short_id(c.cs.raw_id)} 19 ${_('add file')} @ ${h.show_id(c.cs)}
20 </%def> 20 </%def>
21 21
22 <%def name="page_nav()">
23 ${self.menu('files')}
24 </%def>
25 <%def name="main()"> 22 <%def name="main()">
23 ${self.context_bar('files')}
26 <div class="box"> 24 <div class="box">
27 <!-- box / title --> 25 <!-- box / title -->
28 <div class="title"> 26 <div class="title">
29 ${self.breadcrumbs()} 27 ${self.breadcrumbs()}
30 <ul class="links"> 28 <ul class="links">