diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-19 17:23:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-19 17:23:47 +0000 |
commit | a1b12335ab6a01ea6e7dcc1df490db16136c8c2a (patch) | |
tree | 5097e6b2927c9ed433d5c24738aeab9376e0ec74 /app | |
parent | a8137d5d1780fcc6d4a5aee4866baa10c2a0bddd (diff) | |
download | redmine-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')
-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>
|