diff options
-rw-r--r-- | app/views/reports/issue_report.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/reports/issue_report.rhtml b/app/views/reports/issue_report.rhtml index 31d670761..ebb815a5c 100644 --- a/app/views/reports/issue_report.rhtml +++ b/app/views/reports/issue_report.rhtml @@ -1,9 +1,9 @@ <h2><%=l(:label_report_plural)%></h2>
-<h3><%= l(:label_query_plural) %></h3>
<div class="contextual">
<%= link_to_if_authorized l(:label_query_new), {:controller => 'projects', :action => 'add_query', :id => @project}, :class => 'icon icon-add' %>
</div>
+<h3><%= l(:label_query_plural) %></h3>
<% if @queries.empty? %><p><i><%=l(:label_no_data)%></i></p><% end %>
<ul>
|