diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 0d2b44b1b..24fb6ee81 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1404,7 +1404,7 @@ module ApplicationHelper # added by bai def show_more_participate?(obj) - if obj.join_in_contests.count > 12 + if obj.join_in_contests.count > 0 return true else return false diff --git a/app/views/bids/show_participator.html.erb b/app/views/bids/show_participator.html.erb index 6ac248192..3681279b5 100644 --- a/app/views/bids/show_participator.html.erb +++ b/app/views/bids/show_participator.html.erb @@ -6,22 +6,47 @@