From 03bdb45b2d5dedd69745a16094664a3a34b8883c Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 20 Apr 2019 09:36:18 +1200 Subject: [PATCH] Higher res photo, so it doesn't look pixelated --- app/views/crops/_index_card.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/crops/_index_card.html.haml b/app/views/crops/_index_card.html.haml index 1c94573cf..fdec007b1 100644 --- a/app/views/crops/_index_card.html.haml +++ b/app/views/crops/_index_card.html.haml @@ -1,7 +1,7 @@ .well .row .col-md-4 - = link_to image_tag(crop_image_path(crop), + = link_to image_tag(crop.default_photo.fullsize_url, alt: '', class: 'img crop-image'), crop