remove trailing tabs from app/controllers/admin_controller.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11416 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e31a8e2cb3
commit
c0a5796443
|
@ -23,12 +23,12 @@ class AdminController < ApplicationController
|
||||||
|
|
||||||
before_filter :require_admin
|
before_filter :require_admin
|
||||||
helper :sort
|
helper :sort
|
||||||
include SortHelper
|
include SortHelper
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@no_configuration_data = Redmine::DefaultData::Loader::no_data?
|
@no_configuration_data = Redmine::DefaultData::Loader::no_data?
|
||||||
end
|
end
|
||||||
|
|
||||||
def projects
|
def projects
|
||||||
@status = params[:status] || 1
|
@status = params[:status] || 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue