From 7af10e5fece53e4ce79fb2a990c74447d56adb3b Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Mon, 10 Dec 2012 11:09:28 +0100 Subject: [PATCH] SONAR-2342 Keep only root resources in the recent activity --- .../app/views/layouts/_menu_projects.html.erb | 17 +++++++++++++---- .../WEB-INF/app/views/resource/index.html.erb | 8 -------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb index 32f7f4bafb3..ec8a68e1f8d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb @@ -28,9 +28,18 @@ \ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb index 0765a7da521..1f452a265e9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb @@ -1,11 +1,3 @@ - - <%= render :partial => 'tabs' -%> <%= render :partial => "resource/header_#{@extension.getId()}" -%> -- 2.39.5