]> source.dussan.org Git - sonarqube.git/commitdiff
Move "Settings" up to the top of the project "Configuration" menu list
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Mon, 17 Dec 2012 18:00:31 +0000 (19:00 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Mon, 17 Dec 2012 18:02:23 +0000 (19:02 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_resource_settings.html.erb

index 049c1acdfc361e394b856d8ae79ba410ce046b6a..46185bf84217f03b26c0bce6cde7793cc88b2629 100644 (file)
@@ -3,6 +3,9 @@
   
   <div id="project-settings-menu" class="dropdown-menu" style="display: none">
     <ul>
+      <% if (@project.project? || @project.module?) %>
+         <li><a href="<%= ApplicationController.root_context -%>/project/settings/<%= @project.id -%>"><%= message('project_settings.page') -%></a></li>
+      <% end %>
       <% if (@project.project?) %>
         <li><a href="<%= ApplicationController.root_context -%>/project/profile/<%= @project.id -%>"><%= message('project_quality_profiles.page') -%></a></li>
       <% end %>
@@ -10,9 +13,6 @@
       <% if (@project.project?) %>
         <li><a href="<%= ApplicationController.root_context -%>/action_plans/index/<%= @project.id -%>"><%= message('action_plans.page') -%></a></li>
       <% end %>
-      <% if (@project.project? || @project.module?) %>
-         <li><a href="<%= ApplicationController.root_context -%>/project/settings/<%= @project.id -%>"><%= message('project_settings.page') -%></a></li>
-      <% end %>
       <% if (@project.project?) %>
          <li><a href="<%= ApplicationController.root_context -%>/project/links/<%= @project.id -%>"><%= message('project_links.page') -%></a></li>
       <% end %>