Fixed custom query sidebar links broken by r1797 (#1899).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1873 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-09-17 17:23:08 +00:00
parent fcbd2b5228
commit 713ce06e40
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
<h3><%= l(:label_query_plural) %></h3>
<% sidebar_queries.each do |query| -%>
<%= link_to query.name, :query_id => query %><br />
<%= link_to query.name, :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %><br />
<% end -%>
<% end -%>