diff --git a/pylons_app/templates/base/base.html b/pylons_app/templates/base/base.html
--- a/pylons_app/templates/base/base.html
+++ b/pylons_app/templates/base/base.html
@@ -106,6 +106,7 @@ def is_current(selected):
${h.link_to(_('branches'),h.url('branches_home',repo_name=c.repo_name))}
${h.link_to(_('tags'),h.url('tags_home',repo_name=c.repo_name))}
${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name))}
+ ${h.link_to(_('settings'),h.url('edit_repo',id=c.repo_name))}
%else:
##Root menu
@@ -142,6 +143,8 @@ def is_current(selected):
<%def name="js()">
+
+
%def>