remove trailing white-spaces from ApplicationHelper.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6467 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-20 05:57:14 +00:00
parent 10f04acf45
commit 2ea231b9e6

View File

@ -291,7 +291,7 @@ module ApplicationHelper
end
s
end
# Returns a string for users/groups option tags
def principals_options_for_select(collection, selected=nil)
s = ''
@ -891,7 +891,7 @@ module ApplicationHelper
def has_content?(name)
(@has_content && @has_content[name]) || false
end
def email_delivery_enabled?
!!ActionMailer::Base.perform_deliveries
end