diff options
-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> |