diff options
Diffstat (limited to 'app/views/queries/index.rhtml')
-rw-r--r-- | app/views/queries/index.rhtml | 2 |
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> |