mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 02:17:43 +02:00
* replaced "add_issue" links on projects/show by a drop down list
* added this shortcut on list_issues git-svn-id: http://redmine.rubyforge.org/svn/trunk@136 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# redMine - project management software
|
||||
# Copyright (C) 2006 Jean-Philippe Lang
|
||||
# Copyright (C) 2006-2007 Jean-Philippe Lang
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
@@ -239,7 +239,8 @@ class ProjectsController < ApplicationController
|
||||
:conditions => @query.statement,
|
||||
:limit => @issue_pages.items_per_page,
|
||||
:offset => @issue_pages.current.offset
|
||||
end
|
||||
end
|
||||
@trackers = Tracker.find :all
|
||||
render :layout => false if request.xhr?
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user