From 900de8a615dfdb9ad5b8cf7d7f439b1d3db06951 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 6 Feb 2017 20:51:50 +0000 Subject: [PATCH] Fixed Read more link in harvests --- app/views/harvests/_thumbnail.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/harvests/_thumbnail.html.haml b/app/views/harvests/_thumbnail.html.haml index bf1aab0c9..5466d1b37 100644 --- a/app/views/harvests/_thumbnail.html.haml +++ b/app/views/harvests/_thumbnail.html.haml @@ -25,5 +25,5 @@ %dt Description %dd.truncate = display_harvest_description(harvest) - = unless harvest.description.nil? + = if harvest.description.present? - link_to "Read more", harvest_path(harvest)