# HG changeset patch # User Marcin Kuzminski # Date 2013-04-04 12:36:30 # Node ID a3c1de44991d1a9e86bd7c69d1f0c6f9a4a90a72 # Parent 16c153cf17598955b985f48d60a7bb2c1c7e6c2f fix flash link to repos that are in groups diff --git a/rhodecode/controllers/admin/repos.py b/rhodecode/controllers/admin/repos.py --- a/rhodecode/controllers/admin/repos.py +++ b/rhodecode/controllers/admin/repos.py @@ -170,7 +170,7 @@ class ReposController(BaseRepoController category='success') else: repo_url = h.link_to(form_result['repo_name'], - h.url('summary_home', repo_name=form_result['repo_name'])) + h.url('summary_home', repo_name=form_result['repo_name_full'])) h.flash(h.literal(_('Created repository %s') % repo_url), category='success')