Files
growstuff/app/views/crops/_thumbnail.html.haml
Brenda Wallace 1bf1076076 Photos helper
2018-03-14 19:28:18 +13:00

17 lines
531 B
Plaintext

- cache cache_key_for(Crop, crop.id) do
.thumbnail
.crop-thumbnail
- if crop
= link_to image_tag(crop_image_path(crop),
alt: crop.name, class: 'img'),
crop
.cropinfo
.cropname
= link_to crop.name, crop
- unless crop.scientific_names.empty?
.scientificname
= crop.scientific_names.first.name
.plantingcount
Planted
= pluralize(crop.plantings.size, "time")