Browse Source

remove trailing white-spaces from ApplicationHelper.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6467 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.3.0
Toshi MARUYAMA 12 years ago
parent
commit
2ea231b9e6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/helpers/application_helper.rb

+ 2
- 2
app/helpers/application_helper.rb 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

Loading…
Cancel
Save