changeset 3668:a3c1de44991d beta

fix flash link to repos that are in groups
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 14:36:30 +0200
parents 16c153cf1759
children b66fd6de093c
files rhodecode/controllers/admin/repos.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/controllers/admin/repos.py	Thu Apr 04 14:33:22 2013 +0200
+++ b/rhodecode/controllers/admin/repos.py	Thu Apr 04 14:36:30 2013 +0200
@@ -170,7 +170,7 @@
                     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')