diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-21 11:43:07 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-21 11:43:07 +0200 |
commit | 10fa39c7fdfce0c9f34054bd4da83587cc9673a2 (patch) | |
tree | 996f7f4791602d9d7779ad183a136252cbcc630c | |
parent | 1bbdceedf612243824448cdc3376cc5f510e6599 (diff) | |
download | sonarqube-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.erb | 2 |
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> <% |