# HG changeset patch # User Marcin Kuzminski # Date 2017-09-11 20:02:44 # Node ID 275521217fbf2157335ba4c5b6d3738d0fcbe6d5 # Parent 61c96d88ebd4799e7aa2c62a5f5ba0745a9e0942 routes: add parent_group in add repository link on repo groups. Was lost in pyramid migration. diff --git a/rhodecode/templates/index_base.mako b/rhodecode/templates/index_base.mako --- a/rhodecode/templates/index_base.mako +++ b/rhodecode/templates/index_base.mako @@ -36,7 +36,7 @@ %else: ##we're inside other repository group other terms apply %if is_admin or group_admin or (group_write and create_on_write): - ${_('Add Repository')} + ${_('Add Repository')} %endif %if is_admin or group_admin: ${_(u'Add Repository Group')}