aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-09-20 16:53:25 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-09-20 16:53:25 +0000
commitd62dab83dd7cc5ff4b2b0d0babe192b080c00e6d (patch)
tree2e2636bfbdfe07e900153cf36571c08503007266 /sonar-server/src/main/webapp
parent76453df999839a38672dfaf3689a6d06bb1b2bcd (diff)
downloadsonarqube-d62dab83dd7cc5ff4b2b0d0babe192b080c00e6d.tar.gz
sonarqube-d62dab83dd7cc5ff4b2b0d0babe192b080c00e6d.zip
fix edition of user rules
Diffstat (limited to 'sonar-server/src/main/webapp')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
-<h1 class="marginbottom10"><%= link_to 'Quality profiles', profiles_path %> / <%= h @profile.language -%> / <%= h @profile.name %></h1>
+<h1 class="marginbottom10"><%= link_to 'Quality profiles', :controller => 'profiles', :action => 'index' -%> / <%= h @profile.language -%> / <%= h @profile.name %></h1>
<%= render :partial => 'profiles/tabs', :locals => {:new_tab => 'Edit rule'} %>