From 1acafcea4287daf347c5fc40f7264b2db7ea1f8b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 22 May 2012 22:12:47 +0200 Subject: [PATCH] Filter widget : reduce height of bottom margin --- .../src/main/webapp/WEB-INF/app/views/filters/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb index 3a78cca4b30..679e9c5c9fe 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb @@ -137,8 +137,8 @@ <% end %> -
<% if @filter_context.security_exclusions? %> +

<%= message('results_not_display_due_to_security') -%>

<% end %> -- 2.39.5