Update app/views/crops/show.html.haml

This commit is contained in:
Daniel O'Connor
2025-12-13 12:48:14 +10:30
committed by GitHub
parent 62951dc5d6
commit 83f7ff7c3f

View File

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