Files
growstuff/app/views/photos/_tiny.html.haml
Brenda Wallace b0c8b11246 📝 Inline editing and display tidy ups (#2200)
* Inline editing and display tidy ups
2019-10-08 11:06:53 +13:00

4 lines
107 B
Plaintext

- if photo.present?
.photo
= image_tag(photo.thumbnail_url, alt: photo.title, class: 'img img-tiny')