Fix header links having categories when rendering them on mods#show

master
Zequez 2014-11-19 02:13:42 -03:00
parent d43ecbedc2
commit 512243b5d9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ module ApplicationHelper
####################
def sort_url(sort)
polymorphic_path([sort, @category, :mods], filter_params)
polymorphic_path([sort, (@category if params[:action] == 'index'), :mods], filter_params)
end
def category_filter_url(category)