summaryrefslogtreecommitdiffstats
path: root/app/views/reports/issue_report.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-19 17:23:47 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-19 17:23:47 +0000
commita1b12335ab6a01ea6e7dcc1df490db16136c8c2a (patch)
tree5097e6b2927c9ed433d5c24738aeab9376e0ec74 /app/views/reports/issue_report.rhtml
parenta8137d5d1780fcc6d4a5aee4866baa10c2a0bddd (diff)
downloadredmine-a1b12335ab6a01ea6e7dcc1df490db16136c8c2a.tar.gz
redmine-a1b12335ab6a01ea6e7dcc1df490db16136c8c2a.zip
'new query' link moved
git-svn-id: http://redmine.rubyforge.org/svn/trunk@166 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/reports/issue_report.rhtml')
-rw-r--r--app/views/reports/issue_report.rhtml2
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>