11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
#photo.photo{:id => photo.id, :"data-id" => photo.id, :data => {:tags => photo.tags.map{|a| a.slug}.join(",")}}
|
|
%a{:href => public_photo_path(photo), :"data-remote" => true}
|
|
.img
|
|
=image_tag(photo.image.large.medium.small.thumb.url)
|
|
|
|
%h3
|
|
=photo.title
|
|
|
|
|
|
|
|
|