From a1b12335ab6a01ea6e7dcc1df490db16136c8c2a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 19 Jan 2007 17:23:47 +0000 Subject: 'new query' link moved git-svn-id: http://redmine.rubyforge.org/svn/trunk@166 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/reports/issue_report.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/reports') 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 @@

<%=l(:label_report_plural)%>

-

<%= l(:label_query_plural) %>

<%= link_to_if_authorized l(:label_query_new), {:controller => 'projects', :action => 'add_query', :id => @project}, :class => 'icon icon-add' %>
+

<%= l(:label_query_plural) %>

<% if @queries.empty? %>

<%=l(:label_no_data)%>

<% end %>