diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-28 00:00:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-28 00:00:21 +0000 |
commit | 99c560295fca5a51a48dd5d3edff6dc796b3f8fd (patch) | |
tree | 38ef926ff7991134983821b1c460e4318e3b3e3f /app/controllers/issue_categories_controller.rb | |
parent | 90c7cf9763bd02bc832dc20be757e9e2c6b9b616 (diff) | |
download | redmine-99c560295fca5a51a48dd5d3edff6dc796b3f8fd.tar.gz redmine-99c560295fca5a51a48dd5d3edff6dc796b3f8fd.zip |
indentation corrections
git-svn-id: http://redmine.rubyforge.org/svn/trunk@201 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/issue_categories_controller.rb')
-rw-r--r-- | app/controllers/issue_categories_controller.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/issue_categories_controller.rb b/app/controllers/issue_categories_controller.rb index 1658e98c7..a718b2c16 100644 --- a/app/controllers/issue_categories_controller.rb +++ b/app/controllers/issue_categories_controller.rb @@ -16,9 +16,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
class IssueCategoriesController < ApplicationController - layout 'base'
- before_filter :find_project, :authorize
-
+ layout 'base'
+ before_filter :find_project, :authorize
+
def edit if request.post? and @category.update_attributes(params[:category]) flash[:notice] = l(:notice_successful_update) |