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