5 lines
179 B
Plaintext
5 lines
179 B
Plaintext
%h2 Dernières images
|
|
|
|
#index_images{:style => "margin:auto;"}
|
|
-@index_images.each do |img|
|
|
.box=image_tag(img.photo.thumb.url, :style => "width:150px;float:left;padding:5px;") |