]> source.dussan.org Git - sonarqube.git/commitdiff
Remove "Coding Rules" link from the top bar
authorStas Vilchik <vilchiks@gmail.com>
Mon, 14 Apr 2014 08:33:51 +0000 (14:33 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 14 Apr 2014 08:33:51 +0000 (14:33 +0600)
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb

index 92f6894cdeb7034063da5e4972cb8d9f0229eba5..d03743da01b00cdb9093c5b0a0b13a443d63d4a3 100644 (file)
@@ -24,9 +24,6 @@
         <li>
           <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>