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:
parent
10f04acf45
commit
2ea231b9e6
|
@ -291,7 +291,7 @@ module ApplicationHelper
|
||||||
end
|
end
|
||||||
s
|
s
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns a string for users/groups option tags
|
# Returns a string for users/groups option tags
|
||||||
def principals_options_for_select(collection, selected=nil)
|
def principals_options_for_select(collection, selected=nil)
|
||||||
s = ''
|
s = ''
|
||||||
|
@ -891,7 +891,7 @@ module ApplicationHelper
|
||||||
def has_content?(name)
|
def has_content?(name)
|
||||||
(@has_content && @has_content[name]) || false
|
(@has_content && @has_content[name]) || false
|
||||||
end
|
end
|
||||||
|
|
||||||
def email_delivery_enabled?
|
def email_delivery_enabled?
|
||||||
!!ActionMailer::Base.perform_deliveries
|
!!ActionMailer::Base.perform_deliveries
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue