From 83f7ff7c3f19ca983a667add4389ada7e6af83fd Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sat, 13 Dec 2025 12:48:14 +1030 Subject: [PATCH] Update app/views/crops/show.html.haml --- app/views/crops/show.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/crops/show.html.haml b/app/views/crops/show.html.haml index f938e45e7..0cde256ea 100644 --- a/app/views/crops/show.html.haml +++ b/app/views/crops/show.html.haml @@ -3,7 +3,6 @@ = @crop.name.titleize - if @crop.default_scientific_name.present? = " (#{@crop.default_scientific_name})" - = " growing guide and open data repository" - content_for :meta_description do - if @crop.description.present? = @crop.description