aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-06-21 11:43:07 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-06-21 11:43:07 +0200
commit10fa39c7fdfce0c9f34054bd4da83587cc9673a2 (patch)
tree996f7f4791602d9d7779ad183a136252cbcc630c
parent1bbdceedf612243824448cdc3376cc5f510e6599 (diff)
downloadsonarqube-10fa39c7fdfce0c9f34054bd4da83587cc9673a2.tar.gz
sonarqube-10fa39c7fdfce0c9f34054bd4da83587cc9673a2.zip
Restore message when no issue found
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
</table>
</div>
<%
- elsif @issues
+ else
%>
<p><%= message('issue_filter.no_result') -%></p>
<%