diff --git a/app/views/home/_crops.html.haml b/app/views/home/_crops.html.haml index 64912dd6f..c148eab7f 100644 --- a/app/views/home/_crops.html.haml +++ b/app/views/home/_crops.html.haml @@ -1,4 +1,4 @@ - cache cache_key_for(Crop, 'homepage'), expires_in: 1.day do .index-cards - - CropSearchService.random_with_photos(10).each do |c| + - CropSearchService.random_with_photos(20).each do |c| = render 'crops/thumbnail', crop: c