diff --git a/pylons_app/templates/index.html b/pylons_app/templates/index.html
--- a/pylons_app/templates/index.html
+++ b/pylons_app/templates/index.html
@@ -27,7 +27,7 @@
${_('Dashboard')}
- %if h.HasPermissionAny('repository.create','hg.admin')():
+ %if h.HasPermissionAny('hg.admin','hg.create.repository')():
-
${h.link_to(u'ADD NEW REPOSITORY',h.url('admin_settings_create_repository'),class_="add_icon")}