mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-30 11:47:57 -04:00
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
.thumbnail
|
|
.photo-thumbnail{id: "photo-#{photo.id}"}
|
|
= link_to image_tag(photo.thumbnail_url, alt: photo.title, class: 'img img-responsive rounded'), photo
|
|
.text.ellipsis
|
|
%p
|
|
= link_to photo.title, photo
|
|
%br/
|
|
%small
|
|
%i
|
|
by
|
|
= link_to photo.owner, photo.owner
|