From: Fabrice Bellingard Date: Mon, 10 Dec 2012 10:09:28 +0000 (+0100) Subject: SONAR-2342 Keep only root resources in the recent activity X-Git-Tag: 3.4~82 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7af10e5fece53e4ce79fb2a990c74447d56adb3b;p=sonarqube.git SONAR-2342 Keep only root resources in the recent activity --- 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()}" -%>