Commit 9a65cdba authored by Mario de la Ossa's avatar Mario de la Ossa Committed by Jose Vargas

Fix sorting_helper editing frozen string

parent 373d34bd
......@@ -169,7 +169,7 @@ module SortingHelper
reverse_url = page_filter_path(sort: reverse_sort)
else
reverse_url = '#'
link_class << ' disabled'
link_class += ' disabled'
end
link_to(reverse_url, type: 'button', class: link_class) do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment