]> source.dussan.org Git - sonarqube.git/commitdiff
Return Coding Rules link
authorStas Vilchik <vilchiks@gmail.com>
Wed, 23 Apr 2014 07:40:02 +0000 (13:40 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 23 Apr 2014 07:40:02 +0000 (13:40 +0600)
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb

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