mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 10:45:04 -04:00
15 lines
530 B
Plaintext
15 lines
530 B
Plaintext
- cache harvest do
|
|
.card.harvest-thumbnail
|
|
= link_to harvest_path(slug: harvest.slug) do
|
|
= image_tag(harvest.thumbnail_url ? harvest.thumbnail_url : placeholder_image,
|
|
alt: harvest.crop_name,
|
|
class: 'img img-card')
|
|
|
|
.card-body
|
|
%h3.harvest-crop.card-title
|
|
= link_to harvest.crop_name, harvest_path(slug: harvest.slug)
|
|
harvest
|
|
%h4.harvest-plant-part
|
|
= harvest.plant_part_name
|
|
%small.text-muted= harvest.harvested_at
|