mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 02:33:03 -04:00
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
.thumbnail
|
|
.seed-thumbnail
|
|
= link_to image_tag(seed_image_path(seed),
|
|
alt: seed.crop.name, class: 'img'),
|
|
seed_path(seed)
|
|
.seedinfo
|
|
.seed-name
|
|
= link_to seed.crop, seed_path(seed)
|
|
- if seed.saved_at.present?
|
|
%span= I18n.l(seed.saved_at.to_date)
|