mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 10:45:04 -04:00
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
- if photo.present?
|
|
.photo
|
|
= image_tag(photo.thumbnail_url, alt: photo.title, class: 'img img-tiny')
|