Changeset - e2447c586e1b
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-03-24 22:09:50
marcin@python-works.com
files edit/add is displayed with repo context menu
2 files changed with 4 insertions and 8 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_add.html
Show inline comments
 
@@ -16,13 +16,11 @@
 
    »
 
    ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
 
    »
 
    ${_('add file')} @ R${c.cs.revision}:${h.short_id(c.cs.raw_id)}
 
    ${_('add file')} @ ${h.show_id(c.cs)}
 
</%def>
 

	
 
<%def name="page_nav()">
 
    ${self.menu('files')}
 
</%def>
 
<%def name="main()">
 
${self.context_bar('files')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
rhodecode/templates/files/files_edit.html
Show inline comments
 
@@ -16,13 +16,11 @@
 
    &raquo;
 
    ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
 
    &raquo;
 
    ${_('edit file')} @ R${c.cs.revision}:${h.short_id(c.cs.raw_id)}
 
    ${_('edit file')} @ ${h.show_id(c.cs)}
 
</%def>
 

	
 
<%def name="page_nav()">
 
    ${self.menu('files')}
 
</%def>
 
<%def name="main()">
 
${self.context_bar('files')}
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
0 comments (0 inline, 0 general)