From d62dab83dd7cc5ff4b2b0d0babe192b080c00e6d Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 20 Sep 2010 16:53:25 +0000 Subject: [PATCH] fix edition of user rules --- .../webapp/WEB-INF/app/views/rules_configuration/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb index 722fc703719..efa5b03e238 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb @@ -1,4 +1,4 @@ -

<%= link_to 'Quality profiles', profiles_path %> / <%= h @profile.language -%> / <%= h @profile.name %>

+

<%= link_to 'Quality profiles', :controller => 'profiles', :action => 'index' -%> / <%= h @profile.language -%> / <%= h @profile.name %>

<%= render :partial => 'profiles/tabs', :locals => {:new_tab => 'Edit rule'} %> -- 2.39.5