diff app/controllers/welcome_controller.rb @ 1026:b42553f6df71 bibplugin_bibtex

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 13 Nov 2012 13:23:29 +0000
parents 3e52bc15dd67
children bb32da3bea34
line wrap: on
line diff
--- a/app/controllers/welcome_controller.rb	Mon Aug 06 12:33:23 2012 +0100
+++ b/app/controllers/welcome_controller.rb	Tue Nov 13 13:23:29 2012 +0000
@@ -25,7 +25,6 @@
     @site_project = Project.find_by_identifier "soundsoftware-site"
     @site_news = []
     @site_news = News.latest_for @site_project if @site_project
-    @projects = Project.latest User.current
     
     # tests if user is logged in to generate the tips of the day list
     if User.current.logged?