diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-07-26 16:11:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 16:11:32 +0200 |
commit | 9ee9a01b05f97f024748173529689f6e6535e635 (patch) | |
tree | 9e0f8e0d384fdc2a9bea32219adceab09239c2e3 | |
parent | 298b3f58af36a48512dedd058ddc4f4d1c122715 (diff) | |
download | sonarqube-9ee9a01b05f97f024748173529689f6e6535e635.tar.gz sonarqube-9ee9a01b05f97f024748173529689f6e6535e635.zip |
SONAR-7915 drop projects section on Global Dashboards page (#1119)
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb index 65ca690c5e3..e57ce66c4c3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb @@ -7,13 +7,6 @@ <%= render :partial => 'list', :locals => {:active_dashboards => @actives.select(&:global?), :group => 'activeGlobal'} %> <header class="page-header huge-spacer-top"> - <h1 class="page-title"><%= message('dashboard.project_dashboards') -%></h1> - <p class="page-description"><%= message('dashboard.project_dashboards.description') -%></p> - </header> - - <%= render :partial => 'list', :locals => {:active_dashboards => @actives.reject(&:global?), :group => 'activeProject'} %> - - <header class="page-header huge-spacer-top"> <h1 class="page-title"><%= message('dashboard.shared_dashboards') -%></h1> <p class="page-description"><%= message('dashboard.shared_dashboards.description') -%></p> </header> |