##// END OF EJS Templates
fix flash link to repos that are in groups
marcink -
r3668:a3c1de44 beta
parent child Browse files
Show More
@@ -170,7 +170,7 b' class ReposController(BaseRepoController'
170 category='success')
170 category='success')
171 else:
171 else:
172 repo_url = h.link_to(form_result['repo_name'],
172 repo_url = h.link_to(form_result['repo_name'],
173 h.url('summary_home', repo_name=form_result['repo_name']))
173 h.url('summary_home', repo_name=form_result['repo_name_full']))
174 h.flash(h.literal(_('Created repository %s') % repo_url),
174 h.flash(h.literal(_('Created repository %s') % repo_url),
175 category='success')
175 category='success')
176
176
General Comments 0
You need to be logged in to leave comments. Login now