diff --git a/app/views/projects/list_issues.rhtml b/app/views/projects/list_issues.rhtml
index 4a49a18b3d69a24564e68353c1912aef744ed6f6..5f0d0282a29391ee8c3c18740aacfd47506f3edc 100644
--- a/app/views/projects/list_issues.rhtml
+++ b/app/views/projects/list_issues.rhtml
@@ -34,6 +34,9 @@
 <% end %>
 <%= error_messages_for 'query' %>
 <% if @query.valid? %>
+<% if @issues.empty? %>
+<p><i><%= l(:label_no_data) %></i></p>
+<% else %>
 &nbsp;
 <table class="listTableContent">
     <tr>
@@ -84,4 +87,5 @@
 </p>
 <%= submit_tag l(:button_move) %>
 <%= end_form_tag %>
+<% end %>
 <% end %>
\ No newline at end of file