# HG changeset patch # User Marcin Kuzminski # Date 2013-03-24 21:09:50 # Node ID e2447c586e1b2c9660fc28ce8a2b6e182b32aa8e # Parent 1f334a68d0573ae6d5c5dc69b8646715e31e00e3 files edit/add is displayed with repo context menu diff --git a/rhodecode/templates/files/files_add.html b/rhodecode/templates/files/files_add.html --- a/rhodecode/templates/files/files_add.html +++ b/rhodecode/templates/files/files_add.html @@ -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 name="page_nav()"> - ${self.menu('files')} - <%def name="main()"> +${self.context_bar('files')}
diff --git a/rhodecode/templates/files/files_edit.html b/rhodecode/templates/files/files_edit.html --- a/rhodecode/templates/files/files_edit.html +++ b/rhodecode/templates/files/files_edit.html @@ -16,13 +16,11 @@ » ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} » - ${_('edit file')} @ R${c.cs.revision}:${h.short_id(c.cs.raw_id)} + ${_('edit file')} @ ${h.show_id(c.cs)} -<%def name="page_nav()"> - ${self.menu('files')} - <%def name="main()"> +${self.context_bar('files')}