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')