@@ -34,6 +34,9 | |||||
34 | <% end %> |
|
34 | <% end %> | |
35 | <%= error_messages_for 'query' %> |
|
35 | <%= error_messages_for 'query' %> | |
36 | <% if @query.valid? %> |
|
36 | <% if @query.valid? %> | |
|
37 | <% if @issues.empty? %> | |||
|
38 | <p><i><%= l(:label_no_data) %></i></p> | |||
|
39 | <% else %> | |||
37 | |
|
40 | | |
38 | <table class="listTableContent"> |
|
41 | <table class="listTableContent"> | |
39 | <tr> |
|
42 | <tr> | |
@@ -84,4 +87,5 | |||||
84 | </p> |
|
87 | </p> | |
85 | <%= submit_tag l(:button_move) %> |
|
88 | <%= submit_tag l(:button_move) %> | |
86 | <%= end_form_tag %> |
|
89 | <%= end_form_tag %> | |
|
90 | <% end %> | |||
87 | <% end %> No newline at end of file |
|
91 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now