From 10fa39c7fdfce0c9f34054bd4da83587cc9673a2 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Fri, 21 Jun 2013 11:43:07 +0200 Subject: Restore message when no issue found --- sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb index 6f1e0ba429e..7592ea29500 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb @@ -116,7 +116,7 @@ <% - elsif @issues + else %>

<%= message('issue_filter.no_result') -%>

<% -- cgit v1.2.3