23 lines
723 B
Plaintext
23 lines
723 B
Plaintext
|
|
%hr
|
|
|
|
#artwork.artwork.close_large{:id => artwork.id, :onclick => "if($(this).closest('#large_place').length == 0){$('#large_place').html($(this).closest('.artwork').clone());$('#large_place').fadeIn();return false;}else{$(this).closest('.large_place').fadeOut();}"}
|
|
.frame.close_large
|
|
|
|
.inner.close_large
|
|
|
|
-artwork.artwork_images.each do |artwork_image|
|
|
.column.close_large{:style => "width:"+(100/artwork.artwork_images.size).to_s+"%;text-align:center;float:left;"}
|
|
|
|
|
|
.img.close_large
|
|
=image_tag(artwork_image.image.large.medium.url)
|
|
%p{:style => "clear:both;"}
|
|
|
|
%h3=artwork.title
|
|
%em= artwork.description
|
|
=artwork.artwork_image.image.filename
|
|
|
|
|
|
|