diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-04-14 14:33:51 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-04-14 14:33:51 +0600 |
commit | 8e27e9858382aeca29c18b140c3671fcd6643aa2 (patch) | |
tree | c2e1a17ae38207764ec8a2ce5d9b40dcfc9f0852 | |
parent | 5d25304ce726641c3bbd6e40b75300e9d9df00f1 (diff) | |
download | sonarqube-8e27e9858382aeca29c18b140c3671fcd6643aa2.tar.gz sonarqube-8e27e9858382aeca29c18b140c3671fcd6643aa2.zip |
Remove "Coding Rules" link from the top bar
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index 92f6894cdeb..d03743da01b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -25,9 +25,6 @@ <a href="<%= ApplicationController.root_context -%>/profiles" class="<%= 'selected' if selected_section==Navigation::SECTION_QUALITY_PROFILES -%>"><%= message('quality_profiles.page') -%></a> </li> <li> - <a href="<%= ApplicationController.root_context -%>/coding_rules" class="<%= 'selected' if selected_section==Navigation::SECTION_CODING_RULES -%>"><%= message('coding_rules.page') -%></a> - </li> - <li> <a href="<%= ApplicationController.root_context -%>/quality_gates" class="<%= 'selected' if selected_section==Navigation::SECTION_QUALITY_GATES -%>"><%= message('quality_gates.page') -%></a> </li> </ul> |