From 724ba246a3883f329124e093dad2da668a264cbb Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 19 Feb 2020 17:00:06 +1300 Subject: [PATCH] More crops --- app/views/home/_crops.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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