Fixed Read more link in harvests

This commit is contained in:
Brenda Wallace
2017-02-06 20:51:50 +00:00
committed by Shiny
parent d73aa98309
commit 900de8a615

View File

@@ -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)