From ef9bb01fc984c6e2ee5f12baf1707d38fd28d3bb Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 21 Apr 2018 15:34:18 +1200 Subject: [PATCH] Wrapped a long line --- app/views/plantings/_thumbnail.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/plantings/_thumbnail.html.haml b/app/views/plantings/_thumbnail.html.haml index ccb3bb4b0..a6b8349b8 100644 --- a/app/views/plantings/_thumbnail.html.haml +++ b/app/views/plantings/_thumbnail.html.haml @@ -4,7 +4,8 @@ .hover-wrapper .thumbnail .planting-thumbnail{ class: planting_classes(planting) } - = link_to image_tag(planting_image_path(planting), alt: planting.crop.name, class: 'img'), planting_path(planting) + = link_to image_tag(planting_image_path(planting), + alt: planting.crop.name, class: 'img'), planting_path(planting) = render 'plantings/progress', planting: planting, show_explanation: false .planting-name = link_to planting.crop.name, planting