From: David Gageot Date: Thu, 14 Jun 2012 12:48:54 +0000 (+0200) Subject: SONAR-3567 Remove the useless "action" headers from the My Filter page X-Git-Tag: 3.2~329 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e5099ff85ea3f519b11d7231894466b85cf175ae;p=sonarqube.git SONAR-3567 Remove the useless "action" headers from the My Filter page --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.html.erb deleted file mode 100644 index 63d0f4adccc..00000000000 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_menu.html.erb +++ /dev/null @@ -1,15 +0,0 @@ -<% if logged_in? %> -
- -
-<% end %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/manage.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/manage.html.erb index d552e97c2a3..bfba7e12ce9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/manage.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/manage.html.erb @@ -1,4 +1,12 @@ -<%= render :partial => 'menu' %> +<% if logged_in? %> +
+ +
+<% end %>
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb index 9925c7d92e2..70ab4edbe98 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb @@ -1,5 +1,3 @@ -<%= render :partial => 'menu' %> -

<%= message('filters.new') -%>