Commit b3280fb1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Resolve conflict in app/helpers/sorting_helper.rb

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 16ecb913
...@@ -29,12 +29,8 @@ module SortingHelper ...@@ -29,12 +29,8 @@ module SortingHelper
sort_value_popularity => sort_title_popularity, sort_value_popularity => sort_title_popularity,
sort_value_priority => sort_title_priority, sort_value_priority => sort_title_priority,
sort_value_upvotes => sort_title_upvotes, sort_value_upvotes => sort_title_upvotes,
<<<<<<< HEAD
sort_value_contacted_date => sort_title_contacted_date, sort_value_contacted_date => sort_title_contacted_date,
sort_value_weight => sort_title_weight sort_value_weight => sort_title_weight
=======
sort_value_contacted_date => sort_title_contacted_date
>>>>>>> upstream/master
} }
end end
...@@ -399,11 +395,8 @@ module SortingHelper ...@@ -399,11 +395,8 @@ module SortingHelper
def sort_value_contacted_date def sort_value_contacted_date
'contacted_asc' 'contacted_asc'
end end
<<<<<<< HEAD
def sort_value_weight def sort_value_weight
'weight' 'weight'
end end
=======
>>>>>>> upstream/master
end end
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