diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-02-09 04:08:36 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-02-09 04:08:36 +0000 |
commit | e20adb0532f07510320b118df2c2e53efafd294e (patch) | |
tree | 0d7b87dc6e44c6dcc8f6ef36ace8bdf611df3a1c /app/controllers | |
parent | 79fb434fecabce06b1a3ee7aa6da1173dd59f5f3 (diff) | |
download | redmine-e20adb0532f07510320b118df2c2e53efafd294e.tar.gz redmine-e20adb0532f07510320b118df2c2e53efafd294e.zip |
remove trailing white space from app/controllers/issues_controller.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16332 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/issues_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index ee24d53a1..906130e1a 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -404,7 +404,7 @@ class IssuesController < ApplicationController # Overrides Redmine::MenuManager::MenuController::ClassMethods for # when the "New issue" tab is enabled def current_menu_item - if Setting.new_item_menu_tab == '1' && [:new, :create].include?(action_name.to_sym) + if Setting.new_item_menu_tab == '1' && [:new, :create].include?(action_name.to_sym) :new_issue else super |