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,13 +27,13 @@
${_('Dashboard')}
- ##%if h.HasPermissionAll('repository.create')(): + %if h.HasPermissionAny('repository.create','hg.admin')(): - ##%endif + %endif