fixes #208
This commit is contained in:
@@ -3,7 +3,7 @@ class FavoritesController < ApplicationController
|
||||
|
||||
def index
|
||||
if params[:tags]
|
||||
redirect_to(posts_path(:tags => "fav:#{CurrentUser.name} #{params[:tags]}"))
|
||||
redirect_to(posts_path(:tags => params[:tags]))
|
||||
else
|
||||
@favorite_set = PostSets::Favorite.new(CurrentUser.user, params[:page])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user