Changeset - a3c1de44991d
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-04 14:36:30
marcin@python-works.com
fix flash link to repos that are in groups
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/admin/repos.py
Show inline comments
 
@@ -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')
 

	
0 comments (0 inline, 0 general)