Mercurial > hg > soundsoftware-site
diff app/controllers/welcome_controller.rb @ 363:ce85aa993384 feature_124
Add Tip of the Day as a block for My Page (on by default)
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 01 Apr 2011 11:56:49 +0100 |
parents | 7acd282bee3c |
children | dcfde3922ec2 |
line wrap: on
line diff
--- a/app/controllers/welcome_controller.rb Fri Apr 01 11:41:45 2011 +0100 +++ b/app/controllers/welcome_controller.rb Fri Apr 01 11:56:49 2011 +0100 @@ -25,7 +25,7 @@ @news = News.latest User.current @projects = Project.latest User.current - # tests if user is logged in to gfenerate the tips of the day list + # tests if user is logged in to generate the tips of the day list if User.current.logged? @tipsoftheday = Setting.tipoftheday_text else