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 @@ -11,6 +11,10 @@ +<%def name="page_nav()"> + ${self.menu('repositories')} + + <%def name="breadcrumbs_links()"> ${_('Edit file')} @ ${h.show_id(c.cs)}