diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-31 07:01:17 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-31 07:01:17 +0000 |
commit | d194b7dfbef8bc9469b75d3908d0e1274ad8d7a9 (patch) | |
tree | 720b1ed5e6304fc4e33339099640fad454684633 /app/helpers/calendars_helper.rb | |
parent | 889ecd2437f02c5e58f8842aa7d59f8015541643 (diff) | |
download | redmine-d194b7dfbef8bc9469b75d3908d0e1274ad8d7a9.tar.gz redmine-d194b7dfbef8bc9469b75d3908d0e1274ad8d7a9.zip |
remove trailing white-spaces from app/helpers/calendars_helper.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6851 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/calendars_helper.rb')
-rw-r--r-- | app/helpers/calendars_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/calendars_helper.rb b/app/helpers/calendars_helper.rb index c67d16913..b32301fa7 100644 --- a/app/helpers/calendars_helper.rb +++ b/app/helpers/calendars_helper.rb @@ -5,7 +5,7 @@ module CalendarsHelper else [year, month - 1] end - + name = if target_month == 12 "#{month_name(target_month)} #{target_year}" else |