mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-31 20:26:34 -04:00
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
.card.planting.thumbnail
|
|
.planting-thumbnail-image
|
|
= link_to image_tag(planting_image_path(planting),
|
|
alt: planting.crop, class: 'img-card'),
|
|
planting
|
|
.card-body
|
|
%h4
|
|
= crop_icon(planting.crop)
|
|
= link_to planting.crop, planting
|
|
planting
|
|
- if planting.finished_at.present?
|
|
%h6.card-subtitle.text-muted=planting.finished_at
|