diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-29 22:10:06 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-29 22:10:06 +0000 |
commit | b78fbc3cf0a12cae39303d29d349e9db6d9d2027 (patch) | |
tree | ff9831c9b37b822c70c6d1a88457601f710c8cd6 /sonar-server | |
parent | 96dcc113d6c8de43d4b03228bb298a022b51002b (diff) | |
download | sonarqube-b78fbc3cf0a12cae39303d29d349e9db6d9d2027.tar.gz sonarqube-b78fbc3cf0a12cae39303d29d349e9db6d9d2027.zip |
rename the tab "Inheritance tree" to "Profile inheritance"
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb index 47ccff6a5f5..2c42cc69e81 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb @@ -16,7 +16,7 @@ <a href="<%= url_for :controller => 'profiles', :action => 'permalinks', :id => @profile.id -%>" <%= "class='selected'" if selected_tab=='Permalinks' -%>>Permalinks</a> </li> <li> - <a href="<%= url_for :controller => 'profiles', :action => 'inheritance', :id => @profile.id -%>" <%= "class='selected'" if selected_tab=='inheritance' -%>>Inheritance Tree</a> + <a href="<%= url_for :controller => 'profiles', :action => 'inheritance', :id => @profile.id -%>" <%= "class='selected'" if selected_tab=='inheritance' -%>>Profile inheritance</a> </li> <% if new_tab %> <li> |