mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 05:29:31 -04:00
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
- cache crop do
|
|
.card.crop-thumbnail
|
|
= link_to image_tag(crop_image_path(crop),
|
|
alt: crop.name,
|
|
class: 'img img-card'),
|
|
crop
|
|
|
|
.text
|
|
%h3.crop-name= link_to crop, crop
|
|
%h5.crop-sci-name
|
|
|
|
= crop.default_scientific_name
|