diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 6cc7fd1b8..0e005690e 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -403,7 +403,8 @@ class UsersController < ApplicationController def user_watchlist end ###add by huang - def user_fanslist + def user_fanslist + end private diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb index 75f1421e1..c06d4d65f 100644 --- a/app/controllers/welcome_controller.rb +++ b/app/controllers/welcome_controller.rb @@ -17,7 +17,6 @@ class WelcomeController < ApplicationController caches_action :robots - def index @news = News.latest User.current diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index 704597c29..26abb6600 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -62,9 +62,9 @@