summaryrefslogtreecommitdiffstats
path: root/app/views/queries/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/queries/index.rhtml')
-rw-r--r--app/views/queries/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/queries/index.rhtml b/app/views/queries/index.rhtml
index 71aa37497..1c608b8ac 100644
--- a/app/views/queries/index.rhtml
+++ b/app/views/queries/index.rhtml
@@ -11,7 +11,7 @@
<% @queries.each do |query| %>
<tr class="<%= cycle('odd', 'even') %>">
<td>
- <%= link_to query.name, :controller => 'projects', :action => 'list_issues', :id => @project, :query_id => query %>
+ <%= link_to query.name, :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %>
</td>
<td align="right">
<small>