From: Toshi MARUYAMA Date: Sat, 20 Aug 2011 05:57:14 +0000 (+0000) Subject: remove trailing white-spaces from ApplicationHelper. X-Git-Tag: 1.3.0~1494 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2ea231b9e6ad3230fc4e512aec41cda84a1d7929;p=redmine.git remove trailing white-spaces from ApplicationHelper. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6467 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 1b186367b..6123371b8 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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