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