# HG changeset patch # User Marcin Kuzminski # Date 2017-11-07 23:07:39 # Node ID 5f5b793d78646c3537bde4ccb4c1a5b248ac8ae6 # Parent 6918fe1ba63b95c6948ddf2e36fa41d93e7d001e urls: use pyramid routing for support tracker link. diff --git a/rhodecode/templates/admin/settings/settings_visual.mako b/rhodecode/templates/admin/settings/settings_visual.mako --- a/rhodecode/templates/admin/settings/settings_visual.mako +++ b/rhodecode/templates/admin/settings/settings_visual.mako @@ -200,7 +200,7 @@ ${_('''Custom url for the support link located at the bottom. The default is set to %(default_url)s. In case there's a need to change the support link to internal issue tracker, it should be done here. - ''') % {'default_url': h.url('rhodecode_support')}} + ''') % {'default_url': h.route_url('rhodecode_support')}}