diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-12-02 14:24:43 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-12-02 14:24:43 +0100 |
commit | 11ce39d38a3cba818285a6e373db2cdb3a76a05d (patch) | |
tree | 115f61a560f2722ff73594a15e349ad9d791be3b | |
parent | 6f0481f08c499cf8d97b7c8218b5fce34994ebb2 (diff) | |
download | sonarqube-11ce39d38a3cba818285a6e373db2cdb3a76a05d.tar.gz sonarqube-11ce39d38a3cba818285a6e373db2cdb3a76a05d.zip |
Show projects when clicking on the top link "Measures"
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 2 |
1 files changed, 1 insertions, 1 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 d3b8994937d..6104f4f1a65 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 @@ -16,7 +16,7 @@ </li> <%= render 'layouts/menu_projects' -%> <li> - <a href="<%= ApplicationController.root_context -%>/measures" class="<%= 'selected' if selected_section==Navigation::SECTION_MEASURES -%>"><%= message('layout.measures') -%></a> + <a href="<%= ApplicationController.root_context -%>/measures/search?qualifiers[]=TRK" class="<%= 'selected' if selected_section==Navigation::SECTION_MEASURES -%>"><%= message('layout.measures') -%></a> </li> <li> <a href="<%= ApplicationController.root_context -%>/issues/index" class="<%= 'selected' if selected_section==Navigation::SECTION_ISSUES -%>"><%= message('issues.page') -%></a> |